X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/921d9418e2e831eddc241cb51192e734257cb4b3..12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67:/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: { }