[SCM] calf/master: Remove unused variable.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:17 UTC 2013


The following commit has been merged in the master branch:
commit 3de9fdae4cf5f4243b527b1585f8f5236cd4b926
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Oct 10 21:42:28 2012 +0100

    Remove unused variable.

diff --git a/src/gui_controls.cpp b/src/gui_controls.cpp
index 335242d..e212f99 100644
--- a/src/gui_controls.cpp
+++ b/src/gui_controls.cpp
@@ -669,9 +669,9 @@ void button_param_control::button_clicked(GtkButton *widget, gpointer value)
 
 void button_param_control::button_press_event(GtkButton *widget, GdkEvent *event, gpointer value)
 {
+#if 0
     param_control *jhp = (param_control *)value;
     
-#if 0
     static int last_time = 0;
     
     if (event->button.type == GDK_BUTTON_PRESS)

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list