summaryrefslogtreecommitdiff
path: root/otk/button.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/button.cc')
-rw-r--r--otk/button.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/otk/button.cc b/otk/button.cc
index fd23a569..2b174582 100644
--- a/otk/button.cc
+++ b/otk/button.cc
@@ -12,7 +12,6 @@ OtkButton::OtkButton(OtkWidget *parent)
: OtkFocusLabel(parent), _pressed(false), _pressed_focus_tx(0),
_pressed_unfocus_tx(0), _unpr_focus_tx(0), _unpr_unfocus_tx(0)
{
- setStyle(getStyle());
}
OtkButton::~OtkButton()