X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5001e9361fe01a134b45fa5caf55477e8368d26..bf9ce7b55ec8d1e4a8f2dd8ca2c2b6e9f86b57b7:/src/dfb/settings.cpp diff --git a/src/dfb/settings.cpp b/src/dfb/settings.cpp index 2e1fe2058f..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 ///////////////////////////////////////////////////////////////////////////// @@ -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; } }