summaryrefslogtreecommitdiff
path: root/plugingui/bleedcontrolframecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/bleedcontrolframecontent.h')
-rw-r--r--plugingui/bleedcontrolframecontent.h4
1 files changed, 0 insertions, 4 deletions
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;