Explorar o código

Remove super-seeded hack

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
d01804e088
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      Sources/VLCAppDelegate.m

+ 0 - 6
Sources/VLCAppDelegate.m

@@ -254,14 +254,8 @@
 
 - (NSString *)directoryPath
 {
-#define LOCAL_PLAYBACK_HACK 0
-#if LOCAL_PLAYBACK_HACK && TARGET_IPHONE_SIMULATOR
-    NSString *directoryPath = @"/Users/fkuehne/Desktop/VideoLAN docs/Clips/sel/";
-#else
     NSArray *searchPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
     NSString *directoryPath = searchPaths[0];
-#endif
-
     return directoryPath;
 }