(svn r16465) -Codechange: Eliminated GetGloballyFocusedWidget(), it was used only once.

This commit is contained in:
alberth
2009-05-30 11:30:25 +00:00
parent ae70c7641f
commit b96e1dc80c
2 changed files with 1 additions and 11 deletions

View File

@@ -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);