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