]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/settings.cpp
recreate the window if FSAA is requested (changeset_r54022_Fix.patch from #9145)
[wxWidgets.git] / src / mgl / settings.cpp
index 93224a6c295b4a39777d213084a44708e6489362..9b2d8621b4fe464776941be42980d6fec9568c58 100644 (file)
@@ -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:
         {
         }