diff options
author | Günther Deschner <gd@samba.org> | 2009-03-14 01:35:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 10:37:53 +0100 |
commit | 04fd767c0b244082f616b445558c80619ef0363f (patch) | |
tree | 7ca0af82e0c008b4d4b88d39a833bc4fec3fdf08 /source3/printing | |
parent | 937a058cf25672bc22bf07183b0fb485138f6593 (diff) | |
download | samba-04fd767c0b244082f616b445558c80619ef0363f.tar.gz |
s3-spoolss: remove obsolete get_a_builtin_ntform.
Guenther
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/nt_printing.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index d8658e9280f..12e645f18a2 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -789,13 +789,6 @@ bool get_a_builtin_ntform_by_string(const char *form_name, nt_forms_struct *form return (i !=count); } -bool get_a_builtin_ntform(UNISTR2 *uni_formname,nt_forms_struct *form) -{ - fstring form_name; - unistr2_to_ascii(form_name, uni_formname, sizeof(form_name)); - return get_a_builtin_ntform_by_string(form_name, form); -} - /**************************************************************************** get a form struct list. ****************************************************************************/ |