summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-05-12 14:15:11 -0400
committerAdam Jackson <ajax@redhat.com>2008-05-12 14:15:11 -0400
commit1c8bd318fbaf65890ef16fe26c76dd5e6f14dfde (patch)
tree6a8f0d7c2d119ba69c84827c819f36eb7181e936 /os
parentf9fae16456c30479b0cb9317e57200af36795785 (diff)
X n'est pas une print API.
Diffstat (limited to 'os')
-rw-r--r--os/utils.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/os/utils.c b/os/utils.c
index 07296dfc5..9aa510b4e 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -128,10 +128,6 @@ OR PERFORMANCE OF THIS SOFTWARE.
#include "picture.h"
#endif
-#ifdef XPRINT
-#include "DiPrint.h"
-#endif
-
_X_EXPORT Bool noTestExtensions;
#ifdef BIGREQS
_X_EXPORT Bool noBigReqExtension = FALSE;
@@ -613,9 +609,6 @@ void UseMsg(void)
ErrorF("-render [default|mono|gray|color] set render color alloc policy\n");
#endif
ErrorF("-s # screen-saver timeout (minutes)\n");
-#ifdef XPRINT
- PrinterUseMsg();
-#endif
ErrorF("-su disable any save under support\n");
ErrorF("-t # mouse threshold (pixels)\n");
ErrorF("-terminate terminate at server reset\n");
@@ -1027,12 +1020,6 @@ ProcessCommandLine(int argc, char *argv[])
i = skip - 1;
}
#endif
-#ifdef XPRINT
- else if ((skip = PrinterOptions(argc, argv, i)) != i)
- {
- i = skip - 1;
- }
-#endif
#ifdef AIXV3
else if ( strcmp( argv[i], "-timeout") == 0)
{