summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_button.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-06 02:08:59 +0200
committerRobin Gareus <robin@gareus.org>2014-09-06 02:08:59 +0200
commita07dc44b4df26dfe049d36b1f969765affbc3a42 (patch)
tree0bbddf71b5cde7855e06c3b1fd059eebe69d4c1c /gtk2_ardour/ardour_button.h
parent6f30c1fddb4f717c5aa9eddfa84cb901778ab76e (diff)
remove pixel based Button LED diameter setting
Diameter is calculated depending on font-scaling. Besides, all explicit calls simply set the default value, anyway. If some API is needed in the future, it should set the diameter in [em].
Diffstat (limited to 'gtk2_ardour/ardour_button.h')
-rw-r--r--gtk2_ardour/ardour_button.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_button.h b/gtk2_ardour/ardour_button.h
index 107f5da618..c2b20c3ba9 100644
--- a/gtk2_ardour/ardour_button.h
+++ b/gtk2_ardour/ardour_button.h
@@ -72,7 +72,6 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
void add_elements (Element);
void set_corner_radius (float);
- void set_diameter (float);
void set_text (const std::string&);
const std::string& get_text () {return _text;}