mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 15:49:50 +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(SIGSEGV, handleUnrecoverableSignal);
|
||||||
signal(SIGABRT, handleUnrecoverableSignal);
|
signal(SIGABRT, handleUnrecoverableSignal);
|
||||||
signal(SIGUSR1, handleUserSignal);
|
signal(SIGUSR1, handleUserSignal);
|
||||||
//wl_event_loop_add_signal(m_sWLEventLoop, SIGINT, handleCritSignal, nullptr);
|
|
||||||
|
|
||||||
initManagers(STAGE_PRIORITY);
|
initManagers(STAGE_PRIORITY);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue