mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 00:21:56 -07:00
core: remove old redundant shutdown stuff
This commit is contained in:
@@ -76,10 +76,6 @@ int main(int argc, char** argv) {
|
||||
if (g_pCompositor->m_sWLDisplay)
|
||||
wl_display_destroy_clients(g_pCompositor->m_sWLDisplay);
|
||||
|
||||
// kill all clients
|
||||
for (auto& c : g_pCompositor->m_dProcessPIDsOnShutdown)
|
||||
kill(c, SIGKILL);
|
||||
|
||||
if (g_pCompositor->m_sWLDisplay)
|
||||
wl_display_destroy(g_pCompositor->m_sWLDisplay);
|
||||
|
||||
|
Reference in New Issue
Block a user