summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/samlp2_assertion_id_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml-2.0/samlp2_assertion_id_request.c')
-rw-r--r--lasso/xml/saml-2.0/samlp2_assertion_id_request.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/lasso/xml/saml-2.0/samlp2_assertion_id_request.c b/lasso/xml/saml-2.0/samlp2_assertion_id_request.c
index bb15de87..d10904c2 100644
--- a/lasso/xml/saml-2.0/samlp2_assertion_id_request.c
+++ b/lasso/xml/saml-2.0/samlp2_assertion_id_request.c
@@ -57,18 +57,6 @@ static struct XmlSnippet schema_snippets[] = {
static LassoNodeClass *parent_class = NULL;
-static gboolean
-init_from_query(LassoNode *node, char **query_fields)
-{
- gboolean rc;
- char *relay_state = NULL;
- rc = lasso_node_init_from_saml2_query_fields(node, query_fields, &relay_state);
- if (rc && relay_state != NULL) {
- /* XXX: support RelayState? */
- }
- return rc;
-}
-
/*****************************************************************************/
/* instance and class init functions */
/*****************************************************************************/
@@ -85,7 +73,6 @@ class_init(LassoSamlp2AssertionIDRequestClass *klass)
LassoNodeClass *nclass = LASSO_NODE_CLASS(klass);
parent_class = g_type_class_peek_parent(klass);
- nclass->init_from_query = init_from_query;
nclass->node_data = g_new0(LassoNodeClassData, 1);
lasso_node_class_set_nodename(nclass, "AssertionIDRequest");
lasso_node_class_set_ns(nclass, LASSO_SAML2_PROTOCOL_HREF, LASSO_SAML2_PROTOCOL_PREFIX);