From d2945f3350bddb39076a1d51812ce630d93dc681 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Tue, 1 Mar 2005 10:25:54 +0000 Subject: [PATCH] fixup for last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/icon.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mac/carbon/icon.cpp b/src/mac/carbon/icon.cpp index 4ec8afe377..a3bd7817c1 100644 --- a/src/mac/carbon/icon.cpp +++ b/src/mac/carbon/icon.cpp @@ -184,8 +184,6 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type, CopyFromBitmap( bmp ) ; return true; } -#else - return false; #endif } } -- 2.45.2