(svn r18022) -Cleanup: remove some (now) unused button resize functions

This commit is contained in:
rubidium
2009-11-08 19:49:13 +00:00
parent 71eaf2b320
commit 064365fc7a
2 changed files with 0 additions and 89 deletions

View File

@@ -956,8 +956,6 @@ 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 ResizeButtons(Window *w, byte left, byte right);
void ResizeWindowForWidget(Window *w, uint widget, int delta_x, int delta_y);
#endif /* WINDOW_GUI_H */