remove reference to removed code
authorStefan Metzmacher <metze@samba.org>
Thu, 18 Oct 2007 14:52:26 +0000 (16:52 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Oct 2007 14:52:26 +0000 (16:52 +0200)
see commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54

metze

source/include/printing.h

index 4cd2ea6149ebbf82b9bc78f0d8749bbce202689c..2efc65d38305455cfafffc390f31cc7813064bd6 100644 (file)
@@ -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)