diff options
Diffstat (limited to 'src/soundmanager.c')
-rw-r--r-- | src/soundmanager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soundmanager.c b/src/soundmanager.c index 689c358..2df7bd3 100644 --- a/src/soundmanager.c +++ b/src/soundmanager.c @@ -754,7 +754,6 @@ void unsubscribe(struct afb_req request) ****** High Level API *********** * */ -#ifdef ENABLE_AGL_AHL void streamOpen(struct afb_req req){ AFB_DEBUG("call %s", __FUNCTION__); // register audio role and endpoint @@ -820,7 +819,6 @@ void setStreamState(struct afb_req req){ /* ********** Callback Function invoked by Audio Manager ********** */ -#endif typedef struct source { struct source* next; |