X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/921d9418e2e831eddc241cb51192e734257cb4b3..609577038acc7087a349d06aaf328e0b81a05f22:/src/mgl/settings.cpp diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index 93224a6c29..9b2d8621b4 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -91,9 +91,6 @@ int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(w case wxSYS_SCREEN_Y: wxDisplaySize(NULL, &val); return val; - case wxSYS_VSCROLL_X: - case wxSYS_HSCROLL_Y: - return 15; default: { }