Explorar el Código

playlist: remove compilation hack

Felix Paul Kühne hace 11 años
padre
commit
42a23588d4
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      Sources/VLCPlaylistViewController.m

+ 0 - 4
Sources/VLCPlaylistViewController.m

@@ -22,10 +22,6 @@
 #import "VLCAppDelegate.h"
 #import "UIBarButtonItem+Theme.h"
 
-#ifndef UIStatusBarStyleLightContent
-#define UIStatusBarStyleLightContent 1
-#endif
-
 @implementation EmptyLibraryView
 @end