]> git.saurik.com Git - wxWidgets.git/commitdiff
remove definitions which are already in wx/app.h
authorPaul Cornett <paulcor@bullseye.com>
Tue, 2 May 2006 17:21:30 +0000 (17:21 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 2 May 2006 17:21:30 +0000 (17:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/app.h

index 96a293e5483381f802c8f165cb1f24988280d481..26c269e1e0bdcd97002ac9cb5c3bd7c9af34b6ce 100644 (file)
@@ -27,11 +27,6 @@ class WXDLLEXPORT wxApp ;
 class WXDLLEXPORT wxKeyEvent;
 class WXDLLEXPORT wxLog;
 
-#define wxPRINT_WINDOWS         1
-#define wxPRINT_POSTSCRIPT      2
-
-WXDLLEXPORT_DATA(extern wxApp*) wxTheApp;
-
 // Force an exit from main loop
 void WXDLLEXPORT wxExit();