From 1ca61fa7a7408b5f4eca31b6712ba9796e901dff Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 7 Apr 2003 17:35:22 +0000 Subject: [PATCH] No sashtest.xbm to be found. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/sashtest/sashtest.cpp | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.45.2