From c2d3b7e4aa0480ed2c66b7240ef05cfff6a07125 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 17 Aug 2014 13:09:43 +0300 Subject: fdo#82579: Only Point, Polygon, Size and TimeValue need to be handled Change-Id: I901386fadf8adbf6daad178b1fc2618430280792 --- include/postmac.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/postmac.h') 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 -- cgit