revert part of 4091ff175c that caused window/sizing chaos. silly paul

This commit is contained in:
Paul Davis 2013-10-12 15:37:55 -04:00
parent e0a3c3f4fa
commit 37522a2f5e
2 changed files with 2 additions and 18 deletions

View file

@ -71,8 +71,6 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
void set_rounded_corner_mask (int);
void set_diameter (float);
void set_padding (int x, int y);
void set_text (const std::string&);
void set_markup (const std::string&);
void set_angle (const double);
@ -159,9 +157,6 @@ class ArdourButton : public CairoWidget , public Gtkmm2ext::Activatable
bool _distinct_led_click;
bool _hovering;
int _xpad_request;
int _ypad_request;
static bool _flat_buttons;
void setup_led_rect ();