From 27ed553558b1fa6d577fa7bbe738bae57a174f80 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 2 May 2006 17:21:30 +0000 Subject: [PATCH] remove definitions which are already in wx/app.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/app.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/wx/mac/carbon/app.h b/include/wx/mac/carbon/app.h index 96a293e548..26c269e1e0 100644 --- a/include/wx/mac/carbon/app.h +++ b/include/wx/mac/carbon/app.h @@ -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(); -- 2.45.2