diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-19 23:23:08 -0700 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-27 06:18:36 +0000 |
commit | a554daaf057235511094959063fe8ffd8dd2b295 (patch) | |
tree | d6745bff465670c723484601534d65c6869a5f41 /include/libsoundmanager.hpp | |
parent | 66b90915250dd39b10c56883e091b1cd5b1cd64d (diff) |
Removed thread loop
This is redundant thread
It works without thread
Bug-AGL : SPEC-996
Change-Id: Ie23dcdcb7ae440bfb620d99ab1bf3a0979595756
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'include/libsoundmanager.hpp')
-rw-r--r-- | include/libsoundmanager.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); |