diff options
Diffstat (limited to 'lasso/xml/soap_binding_usage_directive.c')
-rw-r--r-- | lasso/xml/soap_binding_usage_directive.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lasso/xml/soap_binding_usage_directive.c b/lasso/xml/soap_binding_usage_directive.c index 753f63f6..625e4dd0 100644 --- a/lasso/xml/soap_binding_usage_directive.c +++ b/lasso/xml/soap_binding_usage_directive.c @@ -114,16 +114,3 @@ lasso_soap_binding_usage_directive_new(const gchar *ref) return node; } - -LassoSoapBindingUsageDirective* -lasso_soap_binding_usage_directive_new_from_message(const gchar *message) -{ - LassoSoapBindingUsageDirective *node; - - g_return_val_if_fail(message != NULL, NULL); - - node = g_object_new(LASSO_TYPE_SOAP_BINDING_USAGE_DIRECTIVE, NULL); - lasso_node_init_from_message(LASSO_NODE(node), message); - - return node; -} |