From df69be82f1cd26fb16d8c35c67ea3accdfb53bfe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Sep 2007 18:51:33 +0000 Subject: 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 --- src/slv2_internal.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/slv2_internal.h') 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 -- cgit v1.2.1