diff options
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); }; |