]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/settings.cpp
Fix ribbon documentation warnings.
[wxWidgets.git] / src / dfb / settings.cpp
index a30af695a90ccd9fba224a4065aa217010d812f4..b97895baf5f2ae6fd952825dbff9214c9cafed28 100644 (file)
@@ -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;
     }
 }