diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/printing.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h index 4cd2ea6149..2efc65d383 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -72,10 +72,6 @@ extern struct printif cups_printif; extern struct printif iprint_printif; #endif /* HAVE_IPRINT */ -#if defined(DEVELOPER) || defined(ENABLE_BUILD_FARM_HACKS) -extern struct printif test_printif; -#endif /* DEVELOPER||ENABLE_BUILD_FARM_HACKS */ - /* PRINT_MAX_JOBID is now defined in local.h */ #define UNIX_JOB_START PRINT_MAX_JOBID #define NEXT_JOBID(j) ((j+1) % PRINT_MAX_JOBID > 0 ? (j+1) % PRINT_MAX_JOBID : 1) |