summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-18 16:52:26 +0200
committerStefan Metzmacher <metze@samba.org>2007-10-18 16:52:26 +0200
commitea3173a9457f9095a70d401abfd1af8c913211a0 (patch)
treeca395bc914d8ad7b43c44b2934e1f83410ce3ce1
parent2972c97e5e676964585de930601f083c19080735 (diff)
downloadsamba-ea3173a9457f9095a70d401abfd1af8c913211a0.tar.gz
samba-ea3173a9457f9095a70d401abfd1af8c913211a0.tar.xz
samba-ea3173a9457f9095a70d401abfd1af8c913211a0.zip
remove reference to removed code
see commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54 metze
-rw-r--r--source/include/printing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/printing.h b/source/include/printing.h
index 4cd2ea6149e..2efc65d3830 100644
--- a/source/include/printing.h
+++ b/source/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)