From 6650e4ba85568a687b1de79eb7375cabfa68e848 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 25 Oct 2023 18:31:52 +0100 Subject: [PATCH] compositor: remove old comment --- src/Compositor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Compositor.cpp b/src/Compositor.cpp index e5242054..073f40f1 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -121,7 +121,6 @@ void CCompositor::initServer() { signal(SIGSEGV, handleUnrecoverableSignal); signal(SIGABRT, handleUnrecoverableSignal); signal(SIGUSR1, handleUserSignal); - //wl_event_loop_add_signal(m_sWLEventLoop, SIGINT, handleCritSignal, nullptr); initManagers(STAGE_PRIORITY);