From 8ff5a375848beb29a9b0714decbd27cf2435ceeb Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Fri, 24 Sep 2010 20:06:19 +0100 Subject: [PATCH] Remove the forgotten leftover references to the old extensions. (cherry picked from commit deb8b77bdb1e1648a38589b3be3d4d66175b4934) --- plugins/ladspa_effect/calf/src/calf/lv2wrap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/ladspa_effect/calf/src/calf/lv2wrap.h b/plugins/ladspa_effect/calf/src/calf/lv2wrap.h index 8fda6d958..198b713e3 100644 --- a/plugins/ladspa_effect/calf/src/calf/lv2wrap.h +++ b/plugins/ladspa_effect/calf/src/calf/lv2wrap.h @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include @@ -42,7 +41,6 @@ struct lv2_instance: public plugin_ctl_iface, public progress_report_iface audio_module_iface *module; bool set_srate; int srate_to_set; - LV2_MIDI *midi_data; LV2_Event_Buffer *event_data; LV2_URI_Map_Feature *uri_map; LV2_Event_Feature *event_feature; @@ -60,7 +58,6 @@ struct lv2_instance: public plugin_ctl_iface, public progress_report_iface real_param_count = metadata->get_param_count(); uri_map = NULL; - midi_data = NULL; event_data = NULL; progress_report_feature = NULL; midi_event_type = 0xFFFFFFFF;