removed pnghand from MSW sources - obsoleted

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-12-12 16:18:55 +00:00
parent b58b1dfc21
commit 3cbe51d094
15 changed files with 17 additions and 1194 deletions

View File

@@ -40,12 +40,7 @@ MyApp::MyApp()
bool MyApp::OnInit(void)
{
#ifdef __WXMSW__
wxBitmap::AddHandler(new wxPNGFileHandler);
#endif
#ifdef __WXGTK__
wxImage::AddHandler(new wxPNGHandler);
#endif
// Create the main frame window
frame = new MyFrame((wxFrame *) NULL, "wxPNGBitmap Demo", wxPoint(0, 0), wxSize(300, 300));