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.
This commit is contained in:
Greg Kroah-Hartman 2006-06-08 10:19:24 -07:00
parent a940b851fa
commit c405659626

View File

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