summaryrefslogtreecommitdiff
path: root/gtk2_ardour/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/led.h')
-rw-r--r--gtk2_ardour/led.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/led.h b/gtk2_ardour/led.h
index e8514d60c0..c60e0761cf 100644
--- a/gtk2_ardour/led.h
+++ b/gtk2_ardour/led.h
@@ -30,10 +30,6 @@ class LED : public CairoWidget
LED ();
virtual ~LED ();
- void set_active (bool yn);
- bool active () const { return _active; }
- void set_visual_state (int32_t s);
- int32_t visual_state() const { return _visual_state; }
void set_diameter (float);
protected:
@@ -42,8 +38,6 @@ class LED : public CairoWidget
void on_realize ();
private:
- int32_t _visual_state;
- bool _active;
float _diameter;
bool _fixed_diameter;
float _red;