From 509579ed2b7a99b2056136a3faafa7ef11d3a57d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Mar 2011 21:07:25 +0000 Subject: Add a deprecated stub for slv2_plugins_free for backwards source compatibility. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3060 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/slv2.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'slv2') diff --git a/slv2/slv2.h b/slv2/slv2.h index c4c2420..2434561 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -516,6 +516,14 @@ slv2_plugins_get_at(SLV2Plugins collection, unsigned index) { return (SLV2Plugin)slv2_collection_get_at(collection, index); } +/** + This function is deprecated, it does nothing. +*/ +SLV2_DEPRECATED +static inline void +slv2_plugins_free(SLV2World world, SLV2Plugins plugins) { +} + /** Get a plugin from @a plugins by URI. Return value is shared (stored in @a plugins) and must not be freed or -- cgit v1.2.1