[Libreoffice-commits] core.git: 2 commits - include/postmac.h include/premac.h
Tor Lillqvist
tml at collabora.com
Sat Aug 16 12:09:13 PDT 2014
include/postmac.h | 4 ----
include/premac.h | 4 ----
2 files changed, 8 deletions(-)
New commits:
commit aaca2debfa42031997cf869c0c595c99315f3101
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Aug 16 21:54:49 2014 +0300
DirInfo, LSize and MemoryBlock are unused
Change-Id: I6ddec983ef160cabf22690d0f3e8cfb08ba52394
diff --git a/include/postmac.h b/include/postmac.h
index 1a059f2..9e72141 100644
--- a/include/postmac.h
+++ b/include/postmac.h
@@ -20,11 +20,8 @@
#undef Button
#undef Control
#undef Cursor
-#undef DirInfo
#undef FontInfo
-#undef LSize
#undef Line
-#undef MemoryBlock
#undef ModalDialog
#undef Palette
#undef Pattern
diff --git a/include/premac.h b/include/premac.h
index 02b66d3..9782f47 100644
--- a/include/premac.h
+++ b/include/premac.h
@@ -20,11 +20,8 @@
#define Button MacOSButton
#define Control MacOSControl
#define Cursor MacOSCursor
-#define DirInfo MacOSDirInfo
#define FontInfo MacOSFontInfo
-#define LSize MacOSLSize
#define Line MacOSLine
-#define MemoryBlock MacOSMemoryBlock
#define ModalDialog MacOSModalDialog
#define Palette MacOSPalette
#define Pattern MacOSPattern
commit e98397d1ce2d4d3b56ee86c450ee7a0286229320
Author: Tor Lillqvist <tml at collabora.com>
Date: Sat Aug 16 21:50:55 2014 +0300
Our use of Ptr does not clash with the <MacTypes.h> typedef
Change-Id: I5bcd1afde7c083c9a86be068c211fad152e75d01
diff --git a/include/postmac.h b/include/postmac.h
index 0648030..1a059f2 100644
--- a/include/postmac.h
+++ b/include/postmac.h
@@ -30,7 +30,6 @@
#undef Pattern
#undef Point
#undef Polygon
-#undef Ptr
#undef Region
#undef SetCursor
#undef Size
diff --git a/include/premac.h b/include/premac.h
index cbed11a..02b66d3 100644
--- a/include/premac.h
+++ b/include/premac.h
@@ -30,7 +30,6 @@
#define Pattern MacOSPattern
#define Point MacOSPoint
#define Polygon MacOSPolygon
-#define Ptr MacOSPtr
#define Region MacOSRegion
#define SetCursor MacOSSetCursor
#define Size MacOSSize
More information about the Libreoffice-commits
mailing list