]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/globals.h
Merge changes from CUPS 1.4svn-r7715.
[thirdparty/cups.git] / cups / globals.h
index 1629ec35e612ba5b0d2563bd824a6c9c26d76147..d098e868e6ba88047ca0cbc975eaa77dde03ff68 100644 (file)
@@ -68,12 +68,6 @@ typedef struct _cups_globals_s               /**** CUPS global state data ****/
   char                 resolved_uri[1024];
                                        /* Buffer for cupsBackendDeviceURI */
 
-#ifdef DEBUG
-  /* debug.c */
-  int                  debug_init,     /* Did we initialize debugging? */
-                       debug_fd;       /* Debug log file descriptor */
-#endif /* DEBUG */
-
   /* file.c */
   cups_file_t          *stdio_files[3];/* stdin, stdout, stderr */