X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..0d8b87ac8ae0ababd4c0d725142532f6d592fdb2:/samples/sashtest/sashtest.cpp diff --git a/samples/sashtest/sashtest.cpp b/samples/sashtest/sashtest.cpp index e0c28ed9a6..e25e124b3f 100644 --- a/samples/sashtest/sashtest.cpp +++ b/samples/sashtest/sashtest.cpp @@ -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;