diff options
Diffstat (limited to 'src/gui/Controls.hpp')
-rw-r--r-- | src/gui/Controls.hpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/gui/Controls.hpp b/src/gui/Controls.hpp index 844e6738..91b737ed 100644 --- a/src/gui/Controls.hpp +++ b/src/gui/Controls.hpp @@ -104,32 +104,6 @@ private: }; -#if 0 - -/** A spinbutton for integer controls. - * - * \ingroup GUI - */ -class IntegerControl : public Control -{ -public: - IntegerControl(ControlPanel* panel, SharedPtr<PortModel> pm); - - void enable(); - void disable(); - -private: - void set_value(float val); - - void update_value(); - - bool _enable_signal; - Gtk::Alignment _alignment; - Gtk::SpinButton _spinner; -}; -#endif - - /** A radio button for toggle controls. * * \ingroup GUI |