aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/command/OtherCommands.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/command/OtherCommands.cxx b/src/command/OtherCommands.cxx
index 485e830d4..3c0b6963a 100644
--- a/src/command/OtherCommands.cxx
+++ b/src/command/OtherCommands.cxx
@@ -369,9 +369,6 @@ handle_idle(Client &client,
idle_names = idle_get_names();
for (i = 1; i < argc; ++i) {
- if (!argv[i])
- continue;
-
for (j = 0; idle_names[j]; ++j) {
if (StringEqualsCaseASCII(argv[i], idle_names[j])) {
flags |= (1 << j);