OtherCommands: remove unnecessary nullptr check

This commit is contained in:
Max Kellermann 2014-02-09 08:07:43 +01:00
parent b3663b5da2
commit ac286ef734
1 changed files with 0 additions and 3 deletions

View File

@ -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);