From 2b7002f38571a920244d9ad309c606caaf2c0411 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 27 Apr 2010 19:30:49 +0200 Subject: s3-lanman: remove unsupported print_job_set_place(). Guenther --- source3/printing/printing.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/printing/printing.c') 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 @@ -1853,16 +1853,6 @@ NT_DEVICEMODE *print_job_devmode(const char* sharename, uint32 jobid) return pjob->nt_devmode; } -/**************************************************************************** - 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. ****************************************************************************/ -- cgit