]> git.saurik.com Git - wxWidgets.git/commitdiff
fixup for last commit
authorRyan Norton <wxprojects@comcast.net>
Tue, 1 Mar 2005 10:25:54 +0000 (10:25 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 1 Mar 2005 10:25:54 +0000 (10:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/icon.cpp

index 4ec8afe3775d8feeba2ab528c9713cdae9e247fe..a3bd7817c1a5f1957437942df5d378e2bd692343 100644 (file)
@@ -184,8 +184,6 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
                 CopyFromBitmap( bmp ) ;
                 return true;
             }
-#else
-            return false;
 #endif
         }
     }