[SCM] calf/master: + GUI: remove more unused control pointers

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:29 UTC 2013


The following commit has been merged in the master branch:
commit 59468557156207eb29d6fd1e51a6ee75b5a4f67d
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Apr 6 23:02:44 2009 +0100

    + GUI: remove more unused control pointers

diff --git a/src/calf/gui.h b/src/calf/gui.h
index afd129c..e35600d 100644
--- a/src/calf/gui.h
+++ b/src/calf/gui.h
@@ -221,7 +221,6 @@ struct combo_box_param_control: public param_control
 
 struct line_graph_param_control: public param_control
 {
-    CalfLineGraph *graph;
     int last_generation;
 
     virtual GtkWidget *create(plugin_gui *_gui, int _param_no);
@@ -233,8 +232,6 @@ struct line_graph_param_control: public param_control
 
 struct knob_param_control: public param_control
 {
-    CalfKnob *knob;
-    
     virtual GtkWidget *create(plugin_gui *_gui, int _param_no);
     virtual void get();
     virtual void set();

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list