summaryrefslogtreecommitdiff
path: root/source3/include/printing.h
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
commit789856f63ff73fec66298e95c91c60db7bdaf14e (patch)
treeac103ef907e287c6db85715642204741773b899b /source3/include/printing.h
parent4d910553dcf8e19f4b1d6fb65ee9d5473a55cbbd (diff)
downloadsamba-789856f63ff73fec66298e95c91c60db7bdaf14e.tar.gz
samba-789856f63ff73fec66298e95c91c60db7bdaf14e.tar.bz2
samba-789856f63ff73fec66298e95c91c60db7bdaf14e.zip
remove reference to removed code
see commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54 metze (This used to be commit ea3173a9457f9095a70d401abfd1af8c913211a0)
Diffstat (limited to 'source3/include/printing.h')
-rw-r--r--source3/include/printing.h4
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)