mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 18:45:59 +01:00
compositor: remove old comment
This commit is contained in:
parent
a1b138a625
commit
6650e4ba85
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue