[PATCH 4/9] dix: Remove some dead macros
Adam Jackson
ajax at redhat.com
Mon Jul 21 07:06:48 PDT 2014
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
include/servermd.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/servermd.h b/include/servermd.h
index 16e39a2..b599847 100644
--- a/include/servermd.h
+++ b/include/servermd.h
@@ -361,8 +361,4 @@ extern _X_EXPORT PaddingInfo PixmapWidthPaddingInfo[];
#define BitmapBytePad(w) \
(((int)((w) + BITMAP_SCANLINE_PAD - 1) >> LOG2_BITMAP_PAD) << LOG2_BYTES_PER_SCANLINE_PAD)
-#define PixmapWidthInPadUnitsProto(w, d) PixmapWidthInPadUnits(w, d)
-#define PixmapBytePadProto(w, d) PixmapBytePad(w, d)
-#define BitmapBytePadProto(w) BitmapBytePad(w)
-
#endif /* SERVERMD_H */
--
1.9.3
More information about the xorg-devel
mailing list