diff options
author | David Robillard <d@drobilla.net> | 2007-09-20 18:51:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-09-20 18:51:33 +0000 |
commit | df69be82f1cd26fb16d8c35c67ea3accdfb53bfe (patch) | |
tree | b9f422d762ac46272c06333147cb78990b62a615 /src/slv2_internal.h | |
parent | 3297e8ba6767ca5dea8d399e8b17bd610fc8bb26 (diff) | |
download | lilv-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.h | 11 |
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 |