]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/frame.cpp
Font (possible) fix
[wxWidgets.git] / src / mac / carbon / frame.cpp
index 25820c27684f14693a59038cb910ed32521b5aec..a009da920021a5420cec854c49e708bce635cf3a 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "frame.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #include "wx/frame.h"
@@ -270,8 +266,7 @@ void wxFrame::DoGetClientSize(int *x, int *y) const
         }
         else
         {
-#if wxMAC_USE_NATIVE_TOOLBAR
-            // todo verify whether HIToolBox is giving correct sizes here for the tlw
+#if !wxMAC_USE_NATIVE_TOOLBAR
             if ( y )  *y -= h;
 #endif
         }