From c405659626477f2009603d8c0e381b8b62277bb6 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 8 Jun 2006 10:19:24 -0700 Subject: [PATCH] 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. --- Xprint/Init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xprint/Init.c b/Xprint/Init.c index 70754e9ca..0f1be6791 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 *searchPath) } return NULL; } +#endif /* * FillPrinterListEntry fills in a single XpDiListEntry element with data