summaryrefslogtreecommitdiff
path: root/otk/widget.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/widget.hh')
-rw-r--r--otk/widget.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/otk/widget.hh b/otk/widget.hh
index 1cfa627f..33c6e99f 100644
--- a/otk/widget.hh
+++ b/otk/widget.hh
@@ -42,7 +42,6 @@ public:
inline Window window(void) const { return _window; }
inline const Widget *parent(void) const { return _parent; }
inline const WidgetList &children(void) const { return _children; }
- inline unsigned int screen(void) const { return _screen; }
inline Rect rect(void) const { return Rect(_pos, size()); }
void move(const Point &to);