diff --git a/build/cmake/setup.h.in b/build/cmake/setup.h.in index 41d6c02a25..96f61174f5 100644 --- a/build/cmake/setup.h.in +++ b/build/cmake/setup.h.in @@ -83,9 +83,6 @@ /* NanoX (with wxX11) */ #cmakedefine01 wxUSE_NANOX -/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */ -#undef __Point__ - /* MS-DOS with DJGPP */ #cmakedefine __DOS__ 1 diff --git a/setup.h.in b/setup.h.in index 3273d82617..b8de7c9c50 100644 --- a/setup.h.in +++ b/setup.h.in @@ -86,9 +86,6 @@ /* NanoX (with wxX11) */ #define wxUSE_NANOX 0 -/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */ -#undef __Point__ - /* MS-DOS with DJGPP */ #undef __DOS__ diff --git a/setup.h_vms b/setup.h_vms index 12d14b88bb..f5d47d9712 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -127,9 +127,6 @@ typedef pid_t GPid; /* NanoX (with wxX11) */ #define wxUSE_NANOX 0 -/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */ -#undef __Point__ - /* MS-DOS with DJGPP */ #undef __DOS__