]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/app.cpp
Moved the check for page scrolling with the wheel into wxMouseEvent so
[wxWidgets.git] / src / mgl / app.cpp
index 3eea2d98449b069b90dda001a4e5c0d84fcce61c..089ea11ad09b0509d2d74dde3440f459b57f3506 100644 (file)
@@ -444,11 +444,6 @@ bool wxApp::Initialize()
     return TRUE;
 }
 
-wxIcon wxApp::GetStdIcon(int which) const
-{
-    return wxTheme::Get()->GetRenderer()->GetStdIcon(which);
-}
-
 void wxApp::CleanUp()
 {
 #if wxUSE_LOG