From 789856f63ff73fec66298e95c91c60db7bdaf14e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 18 Oct 2007 16:52:26 +0200 Subject: remove reference to removed code see commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54 metze (This used to be commit ea3173a9457f9095a70d401abfd1af8c913211a0) --- source3/include/printing.h | 4 ---- 1 file changed, 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) -- cgit