summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-06-08 10:35:18 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-08 10:35:18 -0700
commit1ac30947f4a222ba78558eddf8e5f03cec31f613 (patch)
treed448f2bf3910af161dcfa47d6aafdf8e9409c5df
parent9fa73721f0c3df73e508da909a5665f47a54cb57 (diff)
fix compiler warnings in Xprint/ps/PsWindow.c
-rw-r--r--Xprint/ps/PsWindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xprint/ps/PsWindow.c b/Xprint/ps/PsWindow.c
index 313e51f31..415e97efb 100644
--- a/Xprint/ps/PsWindow.c
+++ b/Xprint/ps/PsWindow.c
@@ -96,6 +96,7 @@ extern WindowPtr *WindowTable;
* placed on the screen's root window if the property was defined in
* the start-up configuration resource database.
*/
+#if 0
static char *propStrings[] = {
DT_PRINT_JOB_HEADER,
DT_PRINT_JOB_TRAILER,
@@ -107,7 +108,7 @@ static char *propStrings[] = {
DT_PRINT_PAGE_COMMAND,
(char *)NULL
};
-
+#endif
/*
* PsCreateWindow - watch for the creation of the root window.
@@ -222,7 +223,6 @@ PsPaintWindow(
RegionPtr pRegion,
int what)
{
- int status;
WindowPtr pRoot;
#define FUNCTION 0