diff options
Diffstat (limited to 'otk/widget.hh')
| -rw-r--r-- | otk/widget.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/otk/widget.hh b/otk/widget.hh index fd14e57b..7c508fcd 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -120,8 +120,6 @@ public: { return _event_dispatcher; } void setEventDispatcher(otk::OtkEventDispatcher *disp); - void unmanaged(void) { _unmanaged = true; } - protected: bool _dirty; @@ -166,8 +164,6 @@ protected: bool _fixed_width; bool _fixed_height; - bool _unmanaged; - OtkEventDispatcher *_event_dispatcher; }; |
