remove dependency from former cocoa port

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2014-06-18 14:27:20 +00:00
parent d5f39e6305
commit c9efa9f242

View File

@@ -34,8 +34,10 @@
// ============================================================================
#if defined( __WXCOCOA__ )
#include "wx/cocoa/autorelease.h"
#include "wx/cocoa/string.h"
#endif
#if wxOSX_USE_EXPERIMENTAL_FONTDIALOG
@@ -146,7 +148,7 @@ int RunMixedFontDialog(wxFontDialog* dialog)
#endif
int retval = wxID_CANCEL ;
wxAutoNSAutoreleasePool pool;
wxMacAutoreleasePool pool;
// setting up the ok/cancel buttons
NSFontPanel* fontPanel = [NSFontPanel sharedFontPanel] ;