summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/id-wsf/discovery.h3
-rw-r--r--swig/Lasso-wsf.i3
2 files changed, 0 insertions, 6 deletions
diff --git a/lasso/id-wsf/discovery.h b/lasso/id-wsf/discovery.h
index 5cb6efec..c09d6632 100644
--- a/lasso/id-wsf/discovery.h
+++ b/lasso/id-wsf/discovery.h
@@ -116,9 +116,6 @@ LASSO_EXPORT gint lasso_discovery_process_query_response_msg(LassoDiscovery *dis
LASSO_EXPORT LassoDataService* lasso_discovery_get_service(LassoDiscovery *discovery,
const char *service_type);
-LASSO_EXPORT LassoDataService* lasso_discovery_get_service_with_providerId(
- LassoDiscovery *discovery, const char *providerId);
-
LASSO_EXPORT GList* lasso_discovery_get_services(LassoDiscovery *discovery);
LASSO_EXPORT LassoDiscoDescription* lasso_discovery_get_description_auto(
diff --git a/swig/Lasso-wsf.i b/swig/Lasso-wsf.i
index 133b5e05..6ae127e2 100644
--- a/swig/Lasso-wsf.i
+++ b/swig/Lasso-wsf.i
@@ -295,9 +295,6 @@ typedef struct {
%newobject getService;
LassoDataService* getService(const char *service_type = NULL);
- %newobject getServiceWithProviderId;
- LassoDataService* getServiceWithProviderId(const char *service_type = NULL);
-
%newobject getServices;
LassoNodeList* getServices();
}