summaryrefslogtreecommitdiff
path: root/source3/printing
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-27 19:30:49 +0200
committerGünther Deschner <gd@samba.org>2010-04-28 00:10:40 +0200
commit2b7002f38571a920244d9ad309c606caaf2c0411 (patch)
tree059e95086e6c3ecf08b0aea04f51d430ee44af57 /source3/printing
parentce8595f68e3ca6fd8be0d4777aa8157e29597444 (diff)
downloadsamba-2b7002f38571a920244d9ad309c606caaf2c0411.tar.gz
samba-2b7002f38571a920244d9ad309c606caaf2c0411.tar.bz2
samba-2b7002f38571a920244d9ad309c606caaf2c0411.zip
s3-lanman: remove unsupported print_job_set_place().
Guenther
Diffstat (limited to 'source3/printing')
-rw-r--r--source3/printing/printing.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index 9bd98a6dee..a6b1ad3484 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -1854,16 +1854,6 @@ NT_DEVICEMODE *print_job_devmode(const char* sharename, uint32 jobid)
}
/****************************************************************************
- Set the place in the queue for a job.
-****************************************************************************/
-
-bool print_job_set_place(const char *sharename, uint32 jobid, int place)
-{
- DEBUG(2,("print_job_set_place not implemented yet\n"));
- return False;
-}
-
-/****************************************************************************
Set the name of a job. Only possible for owner.
****************************************************************************/