From 00ceff504269034db8e1bfb54a97b5732c2dadce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 05:18:27 +0000 Subject: Don't mark slv2_plugins_free as deprecated (it's harmless to call anyway). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3210 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/slv2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/slv2/slv2.h b/slv2/slv2.h index 8498d48..5ea2bf2 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -465,7 +465,6 @@ slv2_plugins_get_at(SLV2Plugins collection, unsigned index); /** This function is deprecated, it does nothing. */ -SLV2_DEPRECATED SLV2_API void slv2_plugins_free(SLV2World world, SLV2Plugins plugins); -- cgit v1.2.1