summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/xml/xml.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 727f586a..c1f36eb0 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -1687,10 +1687,6 @@ lasso_node_new_from_xmlNode(xmlNode *xmlnode)
typename = g_strdup("LassoWsSec1SecurityHeader");
} else if (prefix != NULL && strcmp(prefix, "Soap") == 0 && strcmp(node_name, "detail") == 0) { /* FIXME */
typename = g_strdup("LassoSoapDetail");
-#if 0 /* Remove special casing for DGME lib */
- } else if (prefix != NULL && strcmp(prefix, "DgmeMspEd") == 0 && strcmp(node_name, "file") == 0) { /* FIXME */
- typename = g_strdup("LassoDgmeMspEdFile");
-#endif
} else {
if (prefix != NULL) {
typename = g_strdup_printf("Lasso%s%s", prefix, node_name);