mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
LV2: disable unofficial LV2UI_Request_Parameter
This API is not official, and the upcoming official API differs. The source-code is left in-place since most of it will be re-usable as-is, regardless.
This commit is contained in:
parent
4c7cde0242
commit
2ac90f5598
2 changed files with 6 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#include "lv2_external_ui.h"
|
||||
|
||||
#include "lv2/lv2plug.in/ns/extensions/ui/ui.h"
|
||||
#ifndef LV2_1_14_0
|
||||
#if 0
|
||||
typedef struct _LV2UI_Request_Parameter {
|
||||
LV2UI_Feature_Handle handle;
|
||||
uint32_t (*request)(LV2UI_Feature_Handle handle, LV2_URID key);
|
||||
|
|
@ -92,8 +92,10 @@ private:
|
|||
struct lv2_external_ui_host _external_ui_host;
|
||||
LV2_Feature _external_ui_feature;
|
||||
LV2_Feature _external_kxui_feature;
|
||||
#if 0
|
||||
LV2UI_Request_Parameter _lv2ui_request_paramater;
|
||||
LV2_Feature _lv2ui_request_feature;
|
||||
#endif
|
||||
struct lv2_external_ui* _external_ui_ptr;
|
||||
LV2_Feature _parent_feature;
|
||||
void* _inst;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue