]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/sashtest.cpp
lastChar was defined as a char when it should have been an int
[wxWidgets.git] / samples / sashtest / sashtest.cpp
index e0c28ed9a6e3c34b15c56fb40ff977c5a192b956..e25e124b3fba4b112d2bf7719bb612e734abbfe2 100644 (file)
@@ -51,9 +51,6 @@ bool MyApp::OnInit(void)
 #ifdef __WXMSW__
   frame->SetIcon(wxIcon(_T("sashtest_icn")));
 #endif
-#ifdef __X__
-  frame->SetIcon(wxIcon(_T("sashtest.xbm")));
-#endif
 
   // Make a menubar
   wxMenu *file_menu = new wxMenu;