Skip to content

Commit

Permalink
Merge pull request #186 from TheBlueMatt/nopng.
Browse files Browse the repository at this point in the history
Remove unnecessary line which creates a dependency on wx's png library.
  • Loading branch information
gavinandresen committed May 1, 2011
2 parents 06d9156 + 2d9b9fe commit 249aff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build-unix.txt
Expand Up @@ -73,7 +73,7 @@ tar -xzvf wxWidgets-2.9.0.tar.gz
cd wxWidgets-2.9.0
mkdir buildgtk
cd buildgtk
../configure --with-gtk --enable-debug --disable-shared --enable-monolithic
../configure --with-gtk --enable-debug --disable-shared --enable-monolithic --without-libpng --disable-svg
make
sudo su
make install
Expand Down
3 changes: 0 additions & 3 deletions ui.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 249aff4

Please sign in to comment.