diff options
author | Tor Lillqvist <tml@iki.fi> | 2014-08-17 13:09:43 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-17 13:13:37 +0300 |
commit | c2d3b7e4aa0480ed2c66b7240ef05cfff6a07125 (patch) | |
tree | 49333ad1d50914867315f01ddf0cec7a05704632 | |
parent | ef4fb3976af2a9e05a54c796067246862b2f0c73 (diff) |
fdo#82579: Only Point, Polygon, Size and TimeValue need to be handled
Change-Id: I901386fadf8adbf6daad178b1fc2618430280792
-rw-r--r-- | include/postmac.h | 10 | ||||
-rw-r--r-- | include/premac.h | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/include/postmac.h b/include/postmac.h index 9e72141ffde2..89619fa694fe 100644 --- a/include/postmac.h +++ b/include/postmac.h @@ -17,18 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#undef Button -#undef Control -#undef Cursor -#undef FontInfo -#undef Line -#undef ModalDialog -#undef Palette -#undef Pattern #undef Point #undef Polygon -#undef Region -#undef SetCursor #undef Size #undef TimeValue diff --git a/include/premac.h b/include/premac.h index 9782f4748aed..51e85515adb8 100644 --- a/include/premac.h +++ b/include/premac.h @@ -17,18 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define Button MacOSButton -#define Control MacOSControl -#define Cursor MacOSCursor -#define FontInfo MacOSFontInfo -#define Line MacOSLine -#define ModalDialog MacOSModalDialog -#define Palette MacOSPalette -#define Pattern MacOSPattern #define Point MacOSPoint #define Polygon MacOSPolygon -#define Region MacOSRegion -#define SetCursor MacOSSetCursor #define Size MacOSSize #define TimeValue MacOSTimeValue |