core: remove old redundant shutdown stuff
This commit is contained in:
parent
a3fda12ba1
commit
471ac474a1
3 changed files with 1 additions and 16 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue