[PATCH xserver 01/12] include: Remove some unused macros
Adam Jackson
ajax at redhat.com
Fri Jun 16 19:44:41 UTC 2017
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
include/extnsionst.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/extnsionst.h b/include/extnsionst.h
index 636f0a891..8cbf333f9 100644
--- a/include/extnsionst.h
+++ b/include/extnsionst.h
@@ -85,11 +85,6 @@ extern _X_EXPORT void
NotImplemented( /* FIXME: this may move to another file... */
xEvent *, xEvent *) _X_NORETURN;
-#define SetGCVector(pGC, VectorElement, NewRoutineAddress, Atom) \
- pGC->VectorElement = NewRoutineAddress;
-
-#define GetGCValue(pGC, GCElement) (pGC->GCElement)
-
extern _X_EXPORT ExtensionEntry *
AddExtension(const char * /*name */ ,
int /*NumEvents */ ,
--
2.13.0
More information about the xorg-devel
mailing list