From b154238b7b9e0d21b60c08a1bec23920bff40e36 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 11:29:28 +0200 Subject: binding: ping() dispatches only pending events * Also, move binding_m mutex to the binding glue. Signed-off-by: Marcus Fritzsch --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 4c04f74..aee2756 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,7 +30,6 @@ extern "C" { } namespace { -std::mutex binding_m; struct afb_instance { std::unique_ptr display; -- cgit 1.2.3-korg