summaryrefslogtreecommitdiff
path: root/xc/lib/Xp/XpContext.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/Xp/XpContext.c')
-rw-r--r--xc/lib/Xp/XpContext.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/xc/lib/Xp/XpContext.c b/xc/lib/Xp/XpContext.c
index 8d95c13c5..6bbad0dc9 100644
--- a/xc/lib/Xp/XpContext.c
+++ b/xc/lib/Xp/XpContext.c
@@ -34,6 +34,7 @@
**
******************************************************************************
*****************************************************************************/
+/* $XFree86: xc/lib/Xp/XpContext.c,v 1.3 2000/01/25 18:37:32 dawes Exp $ */
#define NEED_REPLIES
@@ -50,7 +51,6 @@ XpCreateContext (
)
{
xPrintCreateContextReq *req;
- XExtensionVersion *ext;
char *locale;
int locale_len;
XExtDisplayInfo *info = (XExtDisplayInfo *) xp_find_display (dpy);
@@ -109,7 +109,6 @@ XpSetContext (
)
{
xPrintSetContextReq *req;
- XExtensionVersion *ext;
XExtDisplayInfo *info = (XExtDisplayInfo *) xp_find_display (dpy);
@@ -138,7 +137,6 @@ XpGetContext (
{
xPrintGetContextReq *req;
xPrintGetContextReply rep;
- XExtensionVersion *ext;
XExtDisplayInfo *info = (XExtDisplayInfo *) xp_find_display (dpy);
@@ -171,7 +169,6 @@ XpDestroyContext (
)
{
xPrintDestroyContextReq *req;
- XExtensionVersion *ext;
XExtDisplayInfo *info = (XExtDisplayInfo *) xp_find_display (dpy);
@@ -201,7 +198,6 @@ XpGetScreenOfContext (
{
xPrintGetContextScreenReq *req;
xPrintGetContextScreenReply rep;
- XExtensionVersion *ext;
XExtDisplayInfo *info = (XExtDisplayInfo *) xp_find_display (dpy);
int i;