mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r18092) -Codechange: remove support for the unnested widgets
This commit is contained in:
@@ -207,12 +207,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)
|
||||
{
|
||||
int i = 0;
|
||||
|
Reference in New Issue
Block a user