aboutsummaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-05-01 06:39:31 -0700
committerGavin Andresen <[email protected]>2011-05-01 06:39:31 -0700
commit249aff45c205962d97d6b77b220dc26131cc7fd3 (patch)
tree659ef3a7b8fd26e5fc5e77fe246684e545a84ad9 /ui.cpp
parentMerge pull request #187 from devrandom/master. (diff)
parentRemove unnecessary line which creates a dependency on wx's png library. (diff)
downloaddiscoin-249aff45c205962d97d6b77b220dc26131cc7fd3.tar.xz
discoin-249aff45c205962d97d6b77b220dc26131cc7fd3.zip
Merge pull request #186 from TheBlueMatt/nopng.
Remove unnecessary line which creates a dependency on wx's png library.
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui.cpp b/ui.cpp
index 2277da6a3..a95f31bdb 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -2839,9 +2839,6 @@ bool CMyApp::OnInit()
extern int g_isPainting;
g_isPainting = 10000;
#endif
-#ifdef GUI
- wxImage::AddHandler(new wxPNGHandler);
-#endif
#if defined(__WXMSW__ ) || defined(__WXMAC_OSX__)
SetAppName("Bitcoin");
#else