diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-08 10:19:24 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-08 10:19:24 -0700 |
commit | c405659626477f2009603d8c0e381b8b62277bb6 (patch) | |
tree | 148bf7f5df3f9aa9bdc1cbbb566cdd143ee7fb88 /Xprint/Init.c | |
parent | a940b851faba569e36983f7885aefa72f7bf2ade (diff) |
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.
Diffstat (limited to 'Xprint/Init.c')
-rw-r--r-- | Xprint/Init.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |