Quellcode durchsuchen

playlist: remove compilation hack

Felix Paul Kühne vor 11 Jahren
Ursprung
Commit
42a23588d4
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  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