From aeb9f8e715c1a11c926d13eaf8cd39b0d0caa3fd Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Nov 2009 13:36:30 +0000 Subject: (svn r18092) -Codechange: remove support for the unnested widgets --- src/toolbar_gui.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/toolbar_gui.cpp') diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp index 231c1d52f..f19341416 100644 --- a/src/toolbar_gui.cpp +++ b/src/toolbar_gui.cpp @@ -1002,12 +1002,6 @@ public: } } - void StoreWidgets(Widget *widgets, int length, bool left_moving, bool top_moving, bool rtl) - { - /* We don't need to support the old version anymore! */ - NOT_REACHED(); - } - /* virtual */ void Draw(const Window *w) { /* Draw brown-red toolbar bg. */ -- cgit v1.2.3-54-g00ecf