diff options
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/printing.c | 10 |
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. ****************************************************************************/ |