diff options
author | David Disseldorp <ddiss@samba.org> | 2012-02-08 17:03:06 +0100 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2012-06-26 16:10:39 +0200 |
commit | 91cd9a47974e0099d550c88ee646ee3b1f44df72 (patch) | |
tree | dbad26c3f3a643132f915a91d38b39e6ed2aa73d /source3/include | |
parent | 9a296efa9e98594e1dd435dfb91dae440ddf98aa (diff) | |
download | samba-91cd9a47974e0099d550c88ee646ee3b1f44df72.tar.gz samba-91cd9a47974e0099d550c88ee646ee3b1f44df72.tar.bz2 samba-91cd9a47974e0099d550c88ee646ee3b1f44df72.zip |
s3-printing: remove unused print_job_fname()
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/printing.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h index 86244fbd1a..222da8c478 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -194,7 +194,6 @@ uint32 sysjob_to_jobid(int unix_jobid); bool print_notify_register_pid(int snum); bool print_notify_deregister_pid(int snum); bool print_job_exists(const char* sharename, uint32 jobid); -char *print_job_fname(const char* sharename, uint32 jobid); struct spoolss_DeviceMode *print_job_devmode(TALLOC_CTX *mem_ctx, const char *sharename, uint32 jobid); |