From 69b6d9309a5e592b2117b1c851ab680ef9ffd9ed Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 24 Nov 2009 17:28:29 +0000 Subject: (svn r18274) -Codechange: remove the unused WDF flags --- src/statusbar_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar_gui.cpp') diff --git a/src/statusbar_gui.cpp b/src/statusbar_gui.cpp index fb3b22308..a4a3661d5 100644 --- a/src/statusbar_gui.cpp +++ b/src/statusbar_gui.cpp @@ -237,7 +237,7 @@ static const NWidgetPart _nested_main_status_widgets[] = { static const WindowDesc _main_status_desc( WDP_CENTER, 0, 640, 12, WC_STATUS_BAR, WC_NONE, - WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_NO_FOCUS, + WDF_UNCLICK_BUTTONS | WDF_NO_FOCUS, _nested_main_status_widgets, lengthof(_nested_main_status_widgets) ); -- cgit v1.2.3-54-g00ecf