diff options
Diffstat (limited to 'core/parse-xml.c')
-rw-r--r-- | core/parse-xml.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/parse-xml.c b/core/parse-xml.c index 5a6474b20..ec6d175c3 100644 --- a/core/parse-xml.c +++ b/core/parse-xml.c @@ -1520,11 +1520,6 @@ static void uddf_importer(void) xml_parsing_units.temperature = KELVIN; } -static void subsurface_webservice(void) -{ - import_source = SSRF_WS; -} - /* * I'm sure this could be done as some fancy DTD rules. * It's just not worth the headache. @@ -1557,7 +1552,6 @@ static struct nesting { /* Import type recognition */ { "Divinglog", DivingLog_importer }, { "uddf", uddf_importer }, - { "output", subsurface_webservice }, { NULL, } }; |