diff options
| author | Matt Corallo <[email protected]> | 2011-04-24 21:12:32 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-04-25 17:00:12 +0200 |
| commit | 2d9b9fecd52fb12f187d57fb7dc891d424e0f457 (patch) | |
| tree | 3d7ec3c574b158711c4c8dd953c876462eef916c /ui.cpp | |
| parent | Better wording for transaction fee notification messages (diff) | |
| download | discoin-2d9b9fecd52fb12f187d57fb7dc891d424e0f457.tar.xz discoin-2d9b9fecd52fb12f187d57fb7dc891d424e0f457.zip | |
Remove unnecessary line which creates a dependency on wx's png library.
This should allow the bitcoin binaries to run on ever so slightly more installs,
specifically those who use a different libpng library (many distros use 1.4 which is imcompatible with 1.2.
Diffstat (limited to 'ui.cpp')
| -rw-r--r-- | ui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |