diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-23 23:56:51 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-23 23:56:51 +0100 |
commit | 80c90e491f436c20b021d73de5862a19201457e3 (patch) | |
tree | 85ecda30caa2e317555232155bfeda446535a6a6 /dw/widget.hh | |
parent | cf581248257b88e98fa4315525a0ee531b4cb9c8 (diff) |
Interrupted drawing etc: cleanup.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index c8431f97..176fed08 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -535,13 +535,6 @@ public: */ virtual Iterator *iterator (Content::Type mask, bool atEnd) = 0; - /** - * \brief ... - * - * May return NULL. - */ - virtual lout::object::Object *stackingIterator (bool atEnd); - virtual void removeChild (Widget *child); }; |