aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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)
{