From: Vadim Zeitlin Date: Fri, 25 Jun 2010 08:47:17 +0000 (+0000) Subject: Remove duplicate sample.xpm inclusion from stc sample. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4c5ec23654e6b6176b61586dc9b07a6df27412ee Remove duplicate sample.xpm inclusion from stc sample. This sample already included sample.xpm even before the recent changes replacing mondrian.xpm (which it also included) inclusion with sample.xpm so now it included it twice. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/stc/stctest.cpp b/samples/stc/stctest.cpp index bfd85359de..9b83838205 100644 --- a/samples/stc/stctest.cpp +++ b/samples/stc/stctest.cpp @@ -39,10 +39,6 @@ #include "edit.h" // Edit module #include "prefs.h" // Prefs -#ifndef __WXMSW__ - #include "../sample.xpm" -#endif - //---------------------------------------------------------------------------- // resources //----------------------------------------------------------------------------