mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 15:00:09 +00:00
include: Remove some unused macros
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -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 */ ,
|
||||
|
||||
Reference in New Issue
Block a user