summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_drivers_conv.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-09 01:09:23 +0000
committerTim Potter <tpot@samba.org>2002-09-09 01:09:23 +0000
commit35d9e886fba9e95b7df1abc4f25b22251b95ac82 (patch)
treef89404620a79952087fa6f4be0647d04c4bac6f4 /source3/python/py_spoolss_drivers_conv.c
parentbffdffcbb10db9a510c8713158cb3e4044b23c2c (diff)
downloadsamba-35d9e886fba9e95b7df1abc4f25b22251b95ac82.tar.gz
samba-35d9e886fba9e95b7df1abc4f25b22251b95ac82.tar.bz2
samba-35d9e886fba9e95b7df1abc4f25b22251b95ac82.zip
Remove todo comment.
(This used to be commit 95831c8266119284264f7f42b08fb4d8e21e9deb)
Diffstat (limited to 'source3/python/py_spoolss_drivers_conv.c')
-rw-r--r--source3/python/py_spoolss_drivers_conv.c1
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 */