xserver: Branch 'master'

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


 Xprint/Init.c |    2 ++
 1 files changed, 2 insertions(+)

New commits:
diff-tree c405659626477f2009603d8c0e381b8b62277bb6 (from a940b851faba569e36983f7885aefa72f7bf2ade)
Author: Greg Kroah-Hartman <gregkh at suse.de>
Date:   Thu Jun 8 10:19:24 2006 -0700

    comment out QualifyName in Xprint/Init.c which is not used anymore
    
    If someone else wants to delete this function, that's fine with me too.

diff --git a/Xprint/Init.c b/Xprint/Init.c
index 70754e9..0f1be67 100644
--- a/Xprint/Init.c
+++ b/Xprint/Init.c
@@ -1693,6 +1693,7 @@ GenericScreenInit(
 					   (unsigned short)(maxHeight + 0.5);
 }
 
+#if 0   /* No one uses this anymore... */
 /*
  * QualifyName - takes an unqualified file name such as X6printers and
  * a colon-separated list of directory path names such as 
@@ -1741,6 +1742,7 @@ QualifyName(char *fileName, char *search
     }
     return NULL;
 }
+#endif
 
 /*
  * FillPrinterListEntry fills in a single XpDiListEntry element with data



More information about the xorg-commit mailing list