X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2f3b08582317760addae3bf02f28bb42dc2bf70..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/src/dfb/settings.cpp diff --git a/src/dfb/settings.cpp b/src/dfb/settings.cpp index a30af695a9..b97895baf5 100644 --- a/src/dfb/settings.cpp +++ b/src/dfb/settings.cpp @@ -3,7 +3,6 @@ // Purpose: wxSystemSettings implementation // Author: Vaclav Slavik // Created: 2006-08-08 -// RCS-ID: $Id$ // Copyright: (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -78,7 +77,6 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index, return val; default: - wxFAIL_MSG( "unsupported metric" ); return -1; } }