X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5001e9361fe01a134b45fa5caf55477e8368d26..89b4415803685b243946e4941522be8232621fa6:/src/dfb/settings.cpp?ds=sidebyside diff --git a/src/dfb/settings.cpp b/src/dfb/settings.cpp index 2e1fe2058f..a30af695a9 100644 --- a/src/dfb/settings.cpp +++ b/src/dfb/settings.cpp @@ -77,13 +77,6 @@ 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;