aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-04-03 16:46:03 +0100
committervaxerski <[email protected]>2023-04-03 16:46:03 +0100
commit039a97adc8048f7d7ffbcc9f822b3cafdc50479c (patch)
treedb8a0ea733d92ed236353261a42a7c3906b960eb /src/main.cpp
parent49e7f357346e8a30077ac43d32eda37fc237136e (diff)
parente6211eef00a96c0dc7f8c06a6a151f5485977a0d (diff)
downloadHyprland-039a97adc8048f7d7ffbcc9f822b3cafdc50479c.tar.gz
Hyprland-039a97adc8048f7d7ffbcc9f822b3cafdc50479c.zip
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 50a69937..669ece50 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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);