From 65580f9adf6c4d98449ad0716488f9fe3869aa5a Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 27 May 2011 17:51:52 -0700 Subject: Removed interface to load audio effects libraries Removed unused functions allowing dynamic loading of audio effects libraries from effects factory API. Change-Id: I06cc5a51dc10aca87c7a8687bbb874babd711eca --- media/libeffects/factory/EffectsFactory.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'media/libeffects/factory') diff --git a/media/libeffects/factory/EffectsFactory.c b/media/libeffects/factory/EffectsFactory.c index b541be5..b0e8585 100644 --- a/media/libeffects/factory/EffectsFactory.c +++ b/media/libeffects/factory/EffectsFactory.c @@ -332,18 +332,6 @@ exit: return ret; } -int EffectLoadLibrary(const char *libPath, int *handle) -{ - // TODO: see if this interface still makes sense with the use of config files - return -ENOSYS; -} - -int EffectUnloadLibrary(int handle) -{ - // TODO: see if this interface still makes sense with the use of config files - return -ENOSYS; -} - int EffectIsNullUuid(effect_uuid_t *uuid) { if (memcmp(uuid, EFFECT_UUID_NULL, sizeof(effect_uuid_t))) { -- cgit v1.1