]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
extending calculation of visible region
[wxWidgets.git] / src / msw / app.cpp
index a652ec54b77bcf13492d6cb0c7d939c480da91bd..d689dfa1e66841f2709e593e6df81e7095aca7bf 100644 (file)
@@ -549,18 +549,6 @@ wxApp::~wxApp()
     delete [] argv;
 }
 
-bool wxApp::Initialized()
-{
-#ifndef _WINDLL
-    if (GetTopWindow())
-        return TRUE;
-    else
-        return FALSE;
-#else // Assume initialized if DLL (no way of telling)
-    return TRUE;
-#endif
-}
-
 void wxApp::OnIdle(wxIdleEvent& event)
 {
     wxAppBase::OnIdle(event);