From a554daaf057235511094959063fe8ffd8dd2b295 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Thu, 19 Oct 2017 23:23:08 -0700 Subject: Removed thread loop This is redundant thread It works without thread Bug-AGL : SPEC-996 Change-Id: Ie23dcdcb7ae440bfb620d99ab1bf3a0979595756 Signed-off-by: Kazumasa Mitsunari --- include/libsoundmanager.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libsoundmanager.hpp') diff --git a/include/libsoundmanager.hpp b/include/libsoundmanager.hpp index 740675b..ed61db6 100644 --- a/include/libsoundmanager.hpp +++ b/include/libsoundmanager.hpp @@ -67,7 +67,6 @@ public: void (*hangup_cb)(void) = nullptr); private: - int run_eventloop(); int init_event(); int initialize_websocket(); int dispatch_asyncSetSourceState(int sourceID, int handle, const std::string& sourceState); -- cgit 1.2.3-korg