summaryrefslogtreecommitdiff
path: root/Xprint/ddxInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xprint/ddxInit.c')
-rw-r--r--Xprint/ddxInit.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/Xprint/ddxInit.c b/Xprint/ddxInit.c
index a96a766f8..3d29fd1b1 100644
--- a/Xprint/ddxInit.c
+++ b/Xprint/ddxInit.c
@@ -30,7 +30,7 @@ not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from said
copyright holders.
*/
-/* $XFree86: xc/programs/Xserver/Xprint/ddxInit.c,v 1.14 2001/10/28 03:32:53 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/Xprint/ddxInit.c,v 1.15 2003/06/23 17:35:44 eich Exp $ */
#include "X.h"
#include "Xproto.h"
@@ -39,8 +39,6 @@ copyright holders.
#include "Xos.h"
#include "DiPrint.h"
-static void Exit(int);
-
/*-
*-----------------------------------------------------------------------
* InitOutput --
@@ -240,12 +238,6 @@ void ddxUseMsg(void)
/* Right now, let's just do nothing */
}
-static void Exit (code)
- int code;
-{
- exit (code);
-}
-
void AbortDDX (void)
{
}