diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-12-04 09:37:24 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-12-04 09:37:24 -0500 |
commit | cdecf3c4957e3e517f6d832617109d05b06e481a (patch) | |
tree | 3ad75b146473bc8f6720966ba49e3249e489d582 /sway/main.c | |
parent | 6604bb67ea1d7f7d395477607dc0395a63eea7be (diff) |
Drop restart command from sanity check
Since we don't actually have one of those
Diffstat (limited to 'sway/main.c')
-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 }, |