Przeglądaj źródła

remove useless setNeedsDisplay

Gleb Pinigin 12 lat temu
rodzic
commit
32a62ced32
1 zmienionych plików z 0 dodań i 1 usunięć
  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];