From 0b6c8e7cb7da03eddddab96d4bc0ec9eeb92260f Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 8 Jun 2018 13:20:09 +0900 Subject: Remove unnecessary code Change-Id: Ic2c6534cb2f69d5be7e64ce557e5653d38af17f8 Signed-off-by: Kazumasa Mitsunari --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8081dbc..ef07e26 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -542,8 +542,6 @@ void windowmanager_wm_subscribe(afb_req req) noexcept return; } afb_req_success(req, NULL, "success"); - - g_afb_instance->app.subscribeEventForApp(afb_req_get_application_id(req), req, event_name); } catch (std::exception &e) { -- cgit 1.2.3-korg