aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/os/utils.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-03-04 13:29:02 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-04-04 10:59:50 +0200
commitf5f280417cb0af489406c8c3234e4ad69b008c74 (patch)
treea243624941f62bad00610b28795a5ae45e0b8c0c /nx-X11/programs/Xserver/os/utils.c
parentebe00df38f264ef71dac3c73d416a74685c8cbd2 (diff)
downloadnx-libs-f5f280417cb0af489406c8c3234e4ad69b008c74.tar.gz
nx-libs-f5f280417cb0af489406c8c3234e4ad69b008c74.tar.bz2
nx-libs-f5f280417cb0af489406c8c3234e4ad69b008c74.zip
imake cleanup: Drop all references to XprtServer and BuildXprint*.
Diffstat (limited to 'nx-X11/programs/Xserver/os/utils.c')
-rw-r--r--nx-X11/programs/Xserver/os/utils.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/nx-X11/programs/Xserver/os/utils.c b/nx-X11/programs/Xserver/os/utils.c
index 79e49d5b1..5f189c949 100644
--- a/nx-X11/programs/Xserver/os/utils.c
+++ b/nx-X11/programs/Xserver/os/utils.c
@@ -147,10 +147,6 @@ OR PERFORMANCE OF THIS SOFTWARE.
#include "picture.h"
#endif
-#ifdef XPRINT
-#include "DiPrint.h"
-#endif
-
Bool noTestExtensions;
#ifdef BIGREQS
Bool noBigReqExtension = FALSE;
@@ -691,9 +687,6 @@ void UseMsg(void)
#ifdef XCSECURITY
ErrorF("-sp file security policy file\n");
#endif
-#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");
@@ -1102,12 +1095,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 XCSECURITY
else if ((skip = XSecurityOptions(argc, argv, i)) != i)
{