X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e56d25204f03b9046f883f37f00e890b7b643fe6..a4f4d548ce0d3533fe9e84d812643cc7c21dd580:/src/mac/carbon/frame.cpp diff --git a/src/mac/carbon/frame.cpp b/src/mac/carbon/frame.cpp index 25820c2768..a009da9200 100644 --- a/src/mac/carbon/frame.cpp +++ b/src/mac/carbon/frame.cpp @@ -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 }