diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-08 13:20:09 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-08 13:20:09 +0900 |
commit | 0b6c8e7cb7da03eddddab96d4bc0ec9eeb92260f (patch) | |
tree | c5ccdf40f04fc8982e55e6b6aa0fd7d171b01745 /src | |
parent | 5d5a780a405fdb71a85898d8d988f6ee1bf3b3e0 (diff) |
Remove unnecessary code
Change-Id: Ic2c6534cb2f69d5be7e64ce557e5653d38af17f8
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 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) { |