summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-02 08:48:29 +0000
committerrubidium <rubidium@openttd.org>2009-09-02 08:48:29 +0000
commit900aedf270319b5fbcd3373dfa268a5a5c1cfc78 (patch)
tree12c8b9cbfe1dcb5857bf5d0c4ef870616775cfa4 /src/window_gui.h
parent7aa9f8e3fb29d70635d5cef8cc67133cf7718061 (diff)
downloadopenttd-900aedf270319b5fbcd3373dfa268a5a5c1cfc78.tar.xz
(svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wrappers
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 0a2e4159e..d8f01f929 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -957,8 +957,4 @@ void ResizeButtons(Window *w, byte left, byte right);
void ResizeWindowForWidget(Window *w, uint widget, int delta_x, int delta_y);
-void SetVScrollCount(Window *w, int num);
-void SetVScroll2Count(Window *w, int num);
-void SetHScrollCount(Window *w, int num);
-
#endif /* WINDOW_GUI_H */