summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-29 06:49:56 +0000
committerrubidium <rubidium@openttd.org>2008-05-29 06:49:56 +0000
commit27bca407de6062b3ac3d522e86d89b1e5c21085c (patch)
tree36e475cf0450f0f0cf0507bbf3f755dccc35a6cd /src/gui.h
parent7f8f5fa52cb624d9211d61c431bae943f0882cfe (diff)
downloadopenttd-27bca407de6062b3ac3d522e86d89b1e5c21085c.tar.xz
(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to window_gui.h/window.cpp because they belong there.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui.h b/src/gui.h
index aa87c9872..bc54f3062 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -61,9 +61,6 @@ void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);
void ShowSmallMap();
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);
-void SetVScrollCount(Window *w, int num);
-void SetVScroll2Count(Window *w, int num);
-void SetHScrollCount(Window *w, int num);
void BuildFileList();
void SetFiosType(const byte fiostype);