Explorar el Código

remove useless setNeedsDisplay

Gleb Pinigin hace 12 años
padre
commit
32a62ced32
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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];