Browse Source

Remove useless statement

Paul Fariello 12 years ago
parent
commit
4d6cf92adc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/screen.c

+ 0 - 2
src/screen.c

@@ -129,9 +129,7 @@ uicb_screen_prev(Uicb cmd)
 static void
 screen_move_client(struct client *c, struct screen *s)
 {
-     if (c && s) {
           tag_client(s->seltag, c);
-     }
 }
 
 void