projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
some wxArtProv docs
[wxWidgets.git]
/
src
/
mgl
/
app.cpp
diff --git
a/src/mgl/app.cpp
b/src/mgl/app.cpp
index 3eea2d98449b069b90dda001a4e5c0d84fcce61c..089ea11ad09b0509d2d74dde3440f459b57f3506 100644
(file)
--- a/
src/mgl/app.cpp
+++ b/
src/mgl/app.cpp
@@
-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