summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-01-05 12:00:38 +0000
committertron <tron@openttd.org>2006-01-05 12:00:38 +0000
commit980e8f525b924491915571c2ed03469bd6751047 (patch)
tree198e1b2652c1c7e46b9cdcf60960e9b7bbaaa860 /window.h
parent1d88dfd4602de2fce8610ff965aca892c7bfd3ee (diff)
downloadopenttd-980e8f525b924491915571c2ed03469bd6751047.tar.xz
(svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2)
Diffstat (limited to 'window.h')
-rw-r--r--window.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/window.h b/window.h
index 1a0bf3e87..e65415994 100644
--- a/window.h
+++ b/window.h
@@ -580,22 +580,6 @@ Window *AllocateWindow(
Window *AllocateWindowDesc(const WindowDesc *desc);
Window *AllocateWindowDescFront(const WindowDesc *desc, int value);
-Window *AllocateWindowAutoPlace(
- int width,
- int height,
- WindowProc *proc,
- WindowClass cls,
- const Widget *widget);
-
-Window *AllocateWindowAutoPlace2(
- WindowClass exist_class,
- WindowNumber exist_num,
- int width,
- int height,
- WindowProc *proc,
- WindowClass cls,
- const Widget *widget);
-
void DrawWindowViewport(Window *w);
void InitWindowSystem(void);