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 | 35d9e886fba9e95b7df1abc4f25b22251b95ac82 (patch) | |
tree | f89404620a79952087fa6f4be0647d04c4bac6f4 /source3/python | |
parent | bffdffcbb10db9a510c8713158cb3e4044b23c2c (diff) | |
download | samba-35d9e886fba9e95b7df1abc4f25b22251b95ac82.tar.gz samba-35d9e886fba9e95b7df1abc4f25b22251b95ac82.tar.bz2 samba-35d9e886fba9e95b7df1abc4f25b22251b95ac82.zip |
Remove todo comment.
(This used to be commit 95831c8266119284264f7f42b08fb4d8e21e9deb)
Diffstat (limited to 'source3/python')
-rw-r--r-- | source3/python/py_spoolss_drivers_conv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/python/py_spoolss_drivers_conv.c b/source3/python/py_spoolss_drivers_conv.c index 5d181f9cd9..41ff38327e 100644 --- a/source3/python/py_spoolss_drivers_conv.c +++ b/source3/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 */ |