summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-07-21 10:06:48 -0400
committerKeith Packard <keithp@keithp.com>2014-07-24 16:46:37 -0700
commitfee9a1536651ace9324b956df809ef22a63938f8 (patch)
treeead473d79c2f513757f34dfb8a3fcb89e43dbadf
parent634aa310c5130ef4d38f339bb26b01b5a7bad4e9 (diff)
dix: Remove some dead macros
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--include/servermd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/servermd.h b/include/servermd.h
index 16e39a2f0..b59984783 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 */