From 262ca794c3204e6686e4980c53b0dac0d2218030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Thu, 25 May 2017 20:01:04 +0200 Subject: Introduce settings for master bleed control. --- plugingui/bleedcontrolframecontent.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugingui/bleedcontrolframecontent.h') diff --git a/plugingui/bleedcontrolframecontent.h b/plugingui/bleedcontrolframecontent.h index 2fefd64..6b323b9 100644 --- a/plugingui/bleedcontrolframecontent.h +++ b/plugingui/bleedcontrolframecontent.h @@ -25,7 +25,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "button.h" #include "label.h" #include "slider.h" #include "widget.h" @@ -49,14 +48,11 @@ public: private: void bleedSettingsValueChanged(float value); void bleedValueChanged(float value); - void reloadClicked(); - void reloaded(float); Label label_text{this}; Label label_value{this}; Slider slider{this}; - Button button{this}; int slider_width; int button_width; -- cgit v1.2.3