xserver: Branch 'master'

Greg Kroah-Hartman gregkh at kemper.freedesktop.org
Thu Jun 8 20:44:07 EEST 2006


 Xprint/ps/PsPrint.c |    3 ---
 1 files changed, 3 deletions(-)

New commits:
diff-tree 511b231ded61159ebd70cab020ca1ca003fd0784 (from 35fccb0068e8d73d1e6a16aefdc771506e620f83)
Author: Greg Kroah-Hartman <gregkh at suse.de>
Date:   Thu Jun 8 10:41:34 2006 -0700

    fix compiler warnings in Xprint/ps/PsPrint.c

diff --git a/Xprint/ps/PsPrint.c b/Xprint/ps/PsPrint.c
index 05e8e25..8a4f0ad 100644
--- a/Xprint/ps/PsPrint.c
+++ b/Xprint/ps/PsPrint.c
@@ -292,13 +292,10 @@ PsStartPage(
 {
   int                iorient, iplex, icount, ires;
   unsigned short     iwd, iht;
-  register WindowPtr pChild;
   PsContextPrivPtr   pConPriv =
      (PsContextPrivPtr)pCon->devPrivates[PsContextPrivateIndex].ptr;
   PsWindowPrivPtr    pWinPriv =
      (PsWindowPrivPtr)pWin->devPrivates[PsWindowPrivateIndex].ptr;
-  char               s[80];
-  xEvent event;
 
 /*
  * Put a pointer to the context in the window private structure



More information about the xorg-commit mailing list