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
This commit is contained in:
Vadim Zeitlin 2010-06-25 08:47:17 +00:00
parent 6e7cf3bd5b
commit 4c5ec23654

View File

@ -39,10 +39,6 @@
#include "edit.h" // Edit module
#include "prefs.h" // Prefs
#ifndef __WXMSW__
#include "../sample.xpm"
#endif
//----------------------------------------------------------------------------
// resources
//----------------------------------------------------------------------------