diff options
-rw-r--r-- | ahl-binding/ahl-binding.cpp | 7 | ||||
-rw-r--r-- | conf.d/wgt/config.xml.in | 4 |
2 files changed, 0 insertions, 11 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!"); diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 2905be1..b801e8b 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -16,10 +16,6 @@ <feature name="urn:AGL:widget:provided-api"> <param name="ahl-4a" value="ws" /> - <!-- - <param name="alsacore" value="ws" /> - <param name="rsnddai0ak4613h" value="ws" /> - --> </feature> <feature name="urn:AGL:widget:required-api"> |