summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-12-08 01:20:47 +0000
committerbelugas <belugas@openttd.org>2007-12-08 01:20:47 +0000
commit8c89641dbe11528b8a3724a3a2061c3c04e11ce4 (patch)
treefa5bb81db42708ef19334b597f9946c859de2ebc /src/window.h
parent6fb71047d65391ef6f44957f65e7cc08f13b18b6 (diff)
downloadopenttd-8c89641dbe11528b8a3724a3a2061c3c04e11ce4.tar.xz
(svn r11592) -Codechange: Use the Window member RaiseButtons and remove the now useless RaiseWindowButtons function
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 97975c768..137d99804 100644
--- a/src/window.h
+++ b/src/window.h
@@ -629,7 +629,6 @@ int GetMenuItemIndex(const Window *w, int x, int y);
void InputLoop();
void InvalidateThisWindowData(Window *w);
void InvalidateWindowData(WindowClass cls, WindowNumber number);
-void RaiseWindowButtons(Window *w);
void RelocateAllWindows(int neww, int newh);
int PositionMainToolbar(Window *w);