Commit ac286ef7 authored by Max Kellermann's avatar Max Kellermann

OtherCommands: remove unnecessary nullptr check

parent b3663b5d
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment