diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-16 21:54:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-16 21:55:27 +0300 |
commit | aaca2debfa42031997cf869c0c595c99315f3101 (patch) | |
tree | ddae3129bc097a07b761a22774fb13bde71b57cc /include | |
parent | e98397d1ce2d4d3b56ee86c450ee7a0286229320 (diff) |
DirInfo, LSize and MemoryBlock are unused
Change-Id: I6ddec983ef160cabf22690d0f3e8cfb08ba52394
Diffstat (limited to 'include')
-rw-r--r-- | include/postmac.h | 3 | ||||
-rw-r--r-- | include/premac.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/postmac.h b/include/postmac.h index 1a059f2f1c23..9e72141ffde2 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 02b66d3bdadd..9782f4748aed 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 |