core: remove old redundant shutdown stuff

This commit is contained in:
vaxerski
2023-03-23 03:07:57 +00:00
parent a3fda12ba1
commit 471ac474a1
3 changed files with 1 additions and 16 deletions

View File

@@ -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);