]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
When using an external scrollbar ensure that the built-in one is set
[wxWidgets.git] / src / mgl / app.cpp
index 327356b8e7eb60b01cd087ee3c2d6c50ea318e9d..d444527ccfa83a0cf5b1d8dae89a9ec800a77161 100644 (file)
@@ -272,11 +272,6 @@ bool wxApp::OnInitGui()
     return TRUE;
 }
 
-bool wxApp::Initialized()
-{
-    return wxTopLevelWindows.GetCount() != 0;
-}
-
 bool wxApp::Initialize(int& argc, wxChar **argv)
 {
 #ifdef __DJGPP__