From bfb8df3fb9e21fffce0560a4fb44bb615663a7a2 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 30 May 2009 11:30:25 +0000 Subject: (svn r16465) -Codechange: Eliminated GetGloballyFocusedWidget(), it was used only once. --- src/window_gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/window_gui.h') 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); -- cgit v1.2.3-54-g00ecf