[SCM] calf/master: Fix curves in LV2 hosts.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:49 UTC 2013


The following commit has been merged in the master branch:
commit 62897ba63e05360b227866d84b7995ee87daf322
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Jan 7 10:47:16 2012 +0000

    Fix curves in LV2 hosts.

diff --git a/src/lv2gui.cpp b/src/lv2gui.cpp
index 9c55d7e..34affa2 100644
--- a/src/lv2gui.cpp
+++ b/src/lv2gui.cpp
@@ -194,8 +194,6 @@ struct lv2_plugin_proxy: public plugin_ctl_iface, public plugin_proxy_base, publ
     plugin_gui *gui;
     /// Glib source ID for update timer
     int source_id;
-    /// Conditional variables for XML GUI
-    std::set<std::string> conditions;
     
     lv2_plugin_proxy(const plugin_metadata_iface *md, LV2UI_Write_Function wf, LV2UI_Controller c, const LV2_Feature* const* f)
     : plugin_proxy_base(md, wf, c, f)

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list