fixed VC++ warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-11-25 17:12:51 +00:00
parent 9f8148b11c
commit 444e05b609

View File

@ -277,6 +277,4 @@ bool wxSystemSettings::GetCapability(int index)
default:
return FALSE;
}
return FALSE;
}