]> git.saurik.com Git - wxWidgets.git/commitdiff
remove unused icon
authorRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 23:18:16 +0000 (23:18 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 23:18:16 +0000 (23:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/htmlctrl/htmlctrl.cpp

index 775db9ccad011b330b5c335931878887db621211..11d195c1433c13824e852eb23324f9ce65f97e8f 100755 (executable)
 // resources
 // ----------------------------------------------------------------------------
 
-// the application icon (under Windows and OS/2 it is in resources and even
-// though we could still include the XPM here it would be unused)
-#if !defined(__WXMSW__) && !defined(__WXPM__)
-    #include "../../sample.xpm"
-#endif
-
 enum {
     ID_BACK = wxID_HIGHEST + 1,
     ID_NEXT = wxID_HIGHEST + 2,