]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/settings.cpp
No real changes, just make wxWindow::CanScroll() virtual.
[wxWidgets.git] / src / dfb / settings.cpp
index 2e1fe2058f5c174ddc869e437d2679eff8e87a78..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
 /////////////////////////////////////////////////////////////////////////////
@@ -77,15 +76,7 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index,
             wxDisplaySize(NULL, &val);
             return val;
 
-#warning "FIXME this"
-#if 0
-        case wxSYS_VSCROLL_X:
-        case wxSYS_HSCROLL_Y:
-            return 15;
-#endif
-
         default:
-            wxFAIL_MSG( "unsupported metric" );
             return -1;
     }
 }