diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-22 21:40:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-22 22:30:21 +0200 |
commit | 1bfbb58082f9b600110b4a7b7510fbd8d35fc3d4 (patch) | |
tree | 88483d9f65dfff06dd1d14abd9371d2b7ad810d9 /include | |
parent | eeffa03b51efaaa6361ef876bffa476e31598002 (diff) |
premac.h: remove StringPtr mangling
Change-Id: I94f5331fd00602778421ff6ba5f96cf2366cf1da
Diffstat (limited to 'include')
-rw-r--r-- | include/postmac.h | 1 | ||||
-rw-r--r-- | include/premac.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/postmac.h b/include/postmac.h index f157e678262a..bc1684938340 100644 --- a/include/postmac.h +++ b/include/postmac.h @@ -35,7 +35,6 @@ #undef Region #undef SetCursor #undef Size -#undef StringPtr #undef TimeValue /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/premac.h b/include/premac.h index 3f3f9b2d03af..e67b315c89b8 100644 --- a/include/premac.h +++ b/include/premac.h @@ -35,7 +35,6 @@ #define Region MacOSRegion #define SetCursor MacOSSetCursor #define Size MacOSSize -#define StringPtr MacOSStringPtr #define TimeValue MacOSTimeValue /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |