summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/XeTeXswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXswap.h')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeXswap.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXswap.h b/Build/source/texk/web2c/xetexdir/XeTeXswap.h
index 311b8a791f8..18cccf3722f 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeXswap.h
+++ b/Build/source/texk/web2c/xetexdir/XeTeXswap.h
@@ -58,16 +58,6 @@ SWAP32(const UInt32 p)
}
#ifdef __cplusplus
-
-#ifdef XETEX_MAC
-#include "sfnt.h" /* for the 'fixed' typedef */
-static inline fixed
-SWAP(fixed p)
-{
- return (fixed)SWAP32((UInt32)p);
-}
-#endif
-
static inline UInt16
SWAP(UInt16 p)
{