summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-05-30 11:30:25 +0000
committeralberth <alberth@openttd.org>2009-05-30 11:30:25 +0000
commitbfb8df3fb9e21fffce0560a4fb44bb615663a7a2 (patch)
tree1f1264264661e84cf5fb179fee6f6f109fcb3b11 /src/window_gui.h
parent2a2a9a27ba0cf2550116fd5f84e0a5c95c208c80 (diff)
downloadopenttd-bfb8df3fb9e21fffce0560a4fb44bb615663a7a2.tar.xz
(svn r16465) -Codechange: Eliminated GetGloballyFocusedWidget(), it was used only once.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 4de82d9db..975cdee1b 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -657,7 +657,6 @@ enum SpecialMouseMode {
Window *GetCallbackWnd();
void SetFocusedWindow(Window *w);
-const Widget *GetGloballyFocusedWidget();
bool EditBoxInGlobalFocus();
void ScrollbarClickHandler(Window *w, const Widget *wi, int x, int y);