diff options
-rw-r--r-- | sway/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c index 73c4b5f2..59998e0c 100644 --- a/sway/main.c +++ b/sway/main.c @@ -174,7 +174,6 @@ static void security_sanity_check() { bool checked; } expected[] = { { "reload", CONTEXT_BINDING, false }, - { "restart", CONTEXT_BINDING, false }, { "permit", CONTEXT_CONFIG, false }, { "reject", CONTEXT_CONFIG, false }, { "ipc", CONTEXT_CONFIG, false }, |