summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-11-20 18:06:40 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-11-20 18:06:40 -0500
commit76e89d45b497d4afa4e60e1d0ec50b62f54f6b88 (patch)
treea3e1e5eb297c88e6e92973735181c0c98febbc92
parentce93c5772da52ab88faef7e5b661b681d5b60b1e (diff)
registry: Remove registry code from TOG-CUP extension.
Moving all the names into dix/registry.c
-rw-r--r--Xext/cup.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Xext/cup.c b/Xext/cup.c
index 4adfc6116..44c96643d 100644
--- a/Xext/cup.c
+++ b/Xext/cup.c
@@ -39,7 +39,6 @@ in this Software without prior written authorization from The Open Group.
#include "scrnintstr.h"
#include "servermd.h"
#include "swapreq.h"
-#include "registry.h"
#define _XCUP_SERVER_
#include <X11/extensions/Xcupstr.h>
#include <X11/Xfuncproto.h>
@@ -136,13 +135,6 @@ XcupExtensionInit (INITARGS)
return;
/* PC servers initialize the desktop colors (citems) here! */
-
- RegisterRequestName(extEntry->base, X_XcupQueryVersion,
- XCUPNAME ":QueryVersion");
- RegisterRequestName(extEntry->base, X_XcupGetReservedColormapEntries,
- XCUPNAME ":GetReservedColormapEntries");
- RegisterRequestName(extEntry->base, X_XcupStoreColors,
- XCUPNAME ":StoreColors");
}
/*ARGSUSED*/