summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-20 18:51:33 +0000
committerDavid Robillard <d@drobilla.net>2007-09-20 18:51:33 +0000
commitdf69be82f1cd26fb16d8c35c67ea3accdfb53bfe (patch)
treeb9f422d762ac46272c06333147cb78990b62a615 /src/slv2_internal.h
parent3297e8ba6767ca5dea8d399e8b17bd610fc8bb26 (diff)
downloadlilv-df69be82f1cd26fb16d8c35c67ea3accdfb53bfe.tar.gz
lilv-df69be82f1cd26fb16d8c35c67ea3accdfb53bfe.tar.bz2
lilv-df69be82f1cd26fb16d8c35c67ea3accdfb53bfe.zip
Remove lock stuff I hereby deem not SLV2's problem.
git-svn-id: http://svn.drobilla.net/lad/slv2@741 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index bb538f6..d2296cf 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -146,19 +146,8 @@ struct _SLV2World {
librdf_node* lv2_specification_node;
librdf_node* lv2_plugin_node;
librdf_node* rdf_a_node;
-
- void (*rdf_lock)(void*);
- void (*rdf_unlock)(void*);
- void* rdf_lock_data;
- int rdf_lock_count;
};
-void
-slv2_world_lock_if_necessary(SLV2World world);
-
-void
-slv2_world_unlock_if_necessary(SLV2World world);
-
/** Load all bundles found in \a search_path.
*
* \param search_path A colon-delimited list of directories. These directories