diff options
author | Tim Potter <tpot@samba.org> | 2003-03-20 01:05:22 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-03-20 01:05:22 +0000 |
commit | 0308a0a11265050f53fc7e8e03f8e17b04adb45d (patch) | |
tree | c94b9610c2007d9f981bba1b1e03a50a1d8eed3b /source/python/py_spoolss_printers.c | |
parent | 68b4052281d22dace2ae9e48d022fa288c0a6425 (diff) | |
download | samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.tar.gz samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.tar.xz samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.zip |
Merge of compiler warning fixups.
Diffstat (limited to 'source/python/py_spoolss_printers.c')
-rw-r--r-- | source/python/py_spoolss_printers.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source/python/py_spoolss_printers.c b/source/python/py_spoolss_printers.c index 929442ab67a..d011681acc2 100644 --- a/source/python/py_spoolss_printers.c +++ b/source/python/py_spoolss_printers.c @@ -173,22 +173,6 @@ PyObject *spoolss_hnd_getprinter(PyObject *self, PyObject *args, PyObject *kw) case 3: py_from_PRINTER_INFO_3(&result, ctr.printers_3); break; - - /* These info levels are supported by NT4 and higher - but don't seem to be used by any clients we know of. */ - - case 4: - case 5: - case 6: - break; - - /* These info levels are only supported by Windows 2000 - and higher. */ - - case 7: - case 8: - case 9: - break; } Py_INCREF(result); |