summaryrefslogtreecommitdiffstats
path: root/ahl-binding
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2018-10-19 13:55:17 +0200
committerLoïc Collignon <loic.collignon@iot.bzh>2018-10-22 10:05:02 +0200
commitd4e5f25888e5bc23bf3abfff23f7442d29280901 (patch)
tree0a8a6e5ad42e76d2d008abf70535e0fbc6ffc4dc /ahl-binding
parent29f1daa03ca6a664b64ba600e50e4ec949b6cc11 (diff)
Removed unused dependency on 4a-softmixer
Softmixer was used a long time ago as a workaround of a lacking feature of HALs. It's not used anymore. Also removed an old commented dependency from the widget file. Change-Id: Id9e77adf7cb2470b720d387f6f8026da2025d162 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'ahl-binding')
-rw-r--r--ahl-binding/ahl-binding.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ahl-binding/ahl-binding.cpp b/ahl-binding/ahl-binding.cpp
index a7cf7d4..036ed88 100644
--- a/ahl-binding/ahl-binding.cpp
+++ b/ahl-binding/ahl-binding.cpp
@@ -163,13 +163,6 @@ int ahl_binding_t::init()
}
AFB_API_NOTICE(handle_, "Required '%s' API found!", HAL_MGR_API);
- if (afb_api_require_api(handle_, "smixer", 1))
- {
- AFB_API_ERROR(handle_, "Failed to require 'smixer' API!");
- return -1;
- }
- AFB_API_NOTICE(handle_, "Required 'smixer' API found!");
-
afb_api_seal(handle_);
AFB_API_NOTICE(handle_, "API is now sealed!");