(svn r18089) -Codechange: remove ResizeWindowForWidget

This commit is contained in:
rubidium
2009-11-15 10:40:06 +00:00
parent 884561f431
commit b812a48a8d
2 changed files with 0 additions and 29 deletions

View File

@@ -964,6 +964,4 @@ bool EditBoxInGlobalFocus();
void ScrollbarClickHandler(Window *w, const Widget *wi, int x, int y);
void ScrollbarClickHandler(Window *w, const NWidgetCore *nw, int x, int y);
void ResizeWindowForWidget(Window *w, uint widget, int delta_x, int delta_y);
#endif /* WINDOW_GUI_H */