diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-06-26 21:08:37 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-06-26 21:11:42 -0700 |
commit | 74003cdc55c5ca091c0804328c3d140b2b38baa4 (patch) | |
tree | 098b18eb22ca3b33119f70376ad8dfa0bc48ead7 /dsimple.h | |
parent | 36c17f9c944955968450da73decbbb4def72a115 (diff) |
Remove unused Xprint support
BUILD_PRINTSUPPORT has never been defined in autoconf/automake builds,
so it hasn't been built since 6.9
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'dsimple.h')
-rw-r--r-- | dsimple.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -52,10 +52,6 @@ from The Open Group. extern char *program_name; /* Name of this program */ extern Display *dpy; /* The current display */ extern int screen; /* The current screen */ -extern Bool printer_output; /* Video or printer output ? */ -#ifdef BUILD_PRINTSUPPORT -extern XPContext pcontext; /* The current print context */ -#endif /* BUILD_PRINTSUPPORT */ #define INIT_NAME program_name=argv[0] /* use this in main to setup program_name */ @@ -65,9 +61,6 @@ extern XPContext pcontext; /* The current print context */ char *Malloc(unsigned); char *Realloc(char *, int); char *Get_Display_Name(int *, char **); -#ifdef BUILD_PRINTSUPPORT -char *Get_Printer_Name(int *, char **); -#endif /* BUILD_PRINTSUPPORT */ Display *Open_Display(char *); void Setup_Display_And_Screen(int *, char **); void Close_Display(void); |