From f80d3b291160d7e7996e71b59d7bd5dd221f9260 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sun, 6 Mar 2016 14:09:23 +0100 Subject: [PATCH] remove DGME specific commented out code --- lasso/xml/xml.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 8c3df040..d5789546 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -2342,11 +2342,6 @@ prefix_from_href_and_nodename(const xmlChar *href, G_GNUC_UNUSED const xmlChar * prefix = "IdWsf2SubsRef"; else if (strcmp((char*)href, LASSO_WSA_HREF) == 0) prefix = "WsAddr"; -#if 0 /* Desactivate DGME lib special casing */ - else if (strcmp((char*)href, "urn:dgme:msp:ed:2007-01") == 0) - /* FIXME: new namespaces should be possible to add from another library than lasso */ - prefix = "DgmeMspEd"; -#endif else if ((tmp = lasso_get_prefix_for_idwsf2_dst_service_href((char*)href)) != NULL) { /* ID-WSF 2 Profile */