From 444e05b60915a81a1720111c9a1387563f6e7017 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 25 Nov 2001 17:12:51 +0000 Subject: [PATCH] fixed VC++ warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/settings.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/msw/settings.cpp b/src/msw/settings.cpp index 745f2f5787..7255aad988 100644 --- a/src/msw/settings.cpp +++ b/src/msw/settings.cpp @@ -277,6 +277,4 @@ bool wxSystemSettings::GetCapability(int index) default: return FALSE; } - - return FALSE; } -- 2.45.2