summaryrefslogtreecommitdiff
path: root/include/premac.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2014-08-17 13:09:43 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-17 13:13:37 +0300
commitc2d3b7e4aa0480ed2c66b7240ef05cfff6a07125 (patch)
tree49333ad1d50914867315f01ddf0cec7a05704632 /include/premac.h
parentef4fb3976af2a9e05a54c796067246862b2f0c73 (diff)
fdo#82579: Only Point, Polygon, Size and TimeValue need to be handled
Change-Id: I901386fadf8adbf6daad178b1fc2618430280792
Diffstat (limited to 'include/premac.h')
-rw-r--r--include/premac.h10
1 files changed, 0 insertions, 10 deletions
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