state changed is no longer needed

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX
2023-06-15 19:13:55 +02:00
parent 27ac59f9b4
commit 739f43b151
2 changed files with 0 additions and 16 deletions
-2
View File
@@ -80,7 +80,6 @@ namespace NAM {
void process(uint32_t n_samples) noexcept;
void write_current_path();
void write_state_changed();
static uint32_t options_get(LV2_Handle instance, LV2_Options_Option* options);
static uint32_t options_set(LV2_Handle instance, const LV2_Options_Option* options);
@@ -106,7 +105,6 @@ namespace NAM {
LV2_URID patch_Get;
LV2_URID patch_property;
LV2_URID patch_value;
LV2_URID state_StateChanged;
LV2_URID units_frame;
LV2_URID model_Path;
};