Browse Source

remove useless setNeedsDisplay

Gleb Pinigin 12 years ago
parent
commit
32a62ced32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      AspenProject/VLCPlaylistViewController.m

+ 0 - 1
AspenProject/VLCPlaylistViewController.m

@@ -146,7 +146,6 @@
         [self.tableView reloadData];
     else {
         [self.gridView reloadData];
-        [self.gridView setNeedsDisplay];
     }
 
     [self _displayEmptyLibraryViewIfNeeded];