Remove vestiges of PowerPC support

It may still be supported for wxGTK, but we don't need to do anything
special for it, so we don't need to define __POWERPC__, which was never
used anyhow, neither.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:27:48 +01:00
parent e039d78ed3
commit 15e556e027
7 changed files with 1 additions and 63 deletions

View file

@ -84,9 +84,6 @@
/* NanoX (with wxX11) */
#cmakedefine01 wxUSE_NANOX
/* PowerPC Darwin & Mac OS X */
#cmakedefine __POWERPC__ 1
/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */
#undef __Point__