diff options
author | Tim Potter <tpot@samba.org> | 2002-09-09 01:09:23 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-09 01:09:23 +0000 |
commit | 95831c8266119284264f7f42b08fb4d8e21e9deb (patch) | |
tree | 39f02e8dcfa9b50289b425a688fb5302e4a0cbd0 /source/python/py_spoolss_drivers_conv.c | |
parent | fff081d3440373071d8859b7a7d71cf6489126a4 (diff) | |
download | samba-95831c8266119284264f7f42b08fb4d8e21e9deb.tar.gz samba-95831c8266119284264f7f42b08fb4d8e21e9deb.tar.xz samba-95831c8266119284264f7f42b08fb4d8e21e9deb.zip |
Remove todo comment.
Diffstat (limited to 'source/python/py_spoolss_drivers_conv.c')
-rw-r--r-- | source/python/py_spoolss_drivers_conv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/python/py_spoolss_drivers_conv.c b/source/python/py_spoolss_drivers_conv.c index 5d181f9cd90..41ff38327e2 100644 --- a/source/python/py_spoolss_drivers_conv.c +++ b/source/python/py_spoolss_drivers_conv.c @@ -59,7 +59,6 @@ struct pyconv py_DRIVER_INFO_6[] = { { "data_file", PY_UNISTR, offsetof(DRIVER_INFO_6, datafile) }, { "config_file", PY_UNISTR, offsetof(DRIVER_INFO_6, configfile) }, { "help_file", PY_UNISTR, offsetof(DRIVER_INFO_6, helpfile) }, - /* dependentfiles */ { "monitor_name", PY_UNISTR, offsetof(DRIVER_INFO_6, monitorname) }, { "default_datatype", PY_UNISTR, offsetof(DRIVER_INFO_6, defaultdatatype) }, /* driver_date */ |