diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:34:32 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:34:32 +0000 |
commit | 460045722de149d58558a8df968627218060ca76 (patch) | |
tree | efac99c64e3cd11b952cf19762bb275dbb2ca968 | |
parent | 8817feb8d2b5eb2d711e701478c485f00c43ee4c (diff) |
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214XORG-RELEASE-1-BASEXEVIE-MERGEXINERAMA_2
-rw-r--r-- | src/XpNotifyPdm.c | 5 |
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 /****************************************************************************** |