summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-01-29 08:08:06 +0000
committerEgbert Eich <eich@suse.de>2004-01-29 08:08:06 +0000
commit56ad50d34bffc9b833ec7a1fbb9108b6b9063eb1 (patch)
treeefac99c64e3cd11b952cf19762bb275dbb2ca968
parente3dbc2c33e33e219276bd2c50c7648400c48438b (diff)
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330
-rw-r--r--src/XpNotifyPdm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/XpNotifyPdm.c b/src/XpNotifyPdm.c
index 48ab2bb..fb60fab 100644
--- a/src/XpNotifyPdm.c
+++ b/src/XpNotifyPdm.c
@@ -41,7 +41,7 @@
**
******************************************************************************
*****************************************************************************/
-/* $XFree86: xc/lib/Xp/XpNotifyPdm.c,v 1.7 2003/07/20 16:12:14 tsi Exp $ */
+/* $XFree86: xc/lib/Xp/XpNotifyPdm.c,v 1.8 2003/12/22 17:48:04 tsi Exp $ */
#include <X11/extensions/Print.h>
#include <X11/Xlibint.h>
@@ -570,6 +570,7 @@ static Bool digOutPropertyNotify(
return( False );
}
+#ifdef UNUSED
/*
* Dig out a ClientMessage of type PDM_REPLY.
*/
@@ -590,7 +591,7 @@ static Bool digOutClientMessage(
}
return( False );
}
-
+#endif
/******************************************************************************