aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c
index dc1c7407..6a9eb198 100644
--- a/swaymsg/main.c
+++ b/swaymsg/main.c
@@ -16,10 +16,6 @@
#include "ipc-client.h"
#include "log.h"
-void sway_terminate(int exit_code) {
- exit(exit_code);
-}
-
static bool success_object(json_object *result) {
json_object *success;