Selaa lähdekoodia

Remove unneeded macro

Felix Paul Kühne 7 vuotta sitten
vanhempi
commit
7667d24199
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      Headers/PCH/MobilePrefix.pch

+ 0 - 4
Headers/PCH/MobilePrefix.pch

@@ -14,7 +14,3 @@
 #else
 #define VKLog(format, ...)
 #endif
-
-#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v)  ([[UIDevice currentDevice] systemVersion].floatValue >= [v floatValue])
-
-#define SYSTEM_RUNS_IOS8_OR_LATER SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(@"8.0")