diff options
Diffstat (limited to 'otk/focuswidget.hh')
| -rw-r--r-- | otk/focuswidget.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/otk/focuswidget.hh b/otk/focuswidget.hh index e6bcb876..d33d2abf 100644 --- a/otk/focuswidget.hh +++ b/otk/focuswidget.hh @@ -11,10 +11,6 @@ class OtkFocusWidget : public OtkWidget { public: OtkFocusWidget(OtkWidget *parent, Direction = Horizontal); - OtkFocusWidget(OtkApplication *app, Direction direction = Horizontal, - Cursor cursor = 0, int bevel_width = 1); - OtkFocusWidget(Style *style, Direction direction = Horizontal, - Cursor cursor = 0, int bevel_width = 1); virtual ~OtkFocusWidget(); virtual void focus(void); |
