(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file.
This commit is contained in:
@@ -145,7 +145,7 @@ void SetFocusedWindow(Window *w)
|
||||
* has a edit box as focused widget, or if a console is focused.
|
||||
* @return returns true if an edit box is in global focus or if the focused window is a console, else false
|
||||
*/
|
||||
bool EditBoxInGlobalFocus()
|
||||
static bool EditBoxInGlobalFocus()
|
||||
{
|
||||
if (_focused_window == NULL) return false;
|
||||
|
||||
|
Reference in New Issue
Block a user