Преглед изворни кода

remove 9000.0 version checks

Aurel Bílý пре 6 година
родитељ
комит
685d17df69

+ 0 - 2
std/cpp/zip/Compress.hx

@@ -21,6 +21,4 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Compress = haxe.zip.Compress;
-#end

+ 0 - 2
std/cpp/zip/Flush.hx

@@ -21,6 +21,4 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Flush = haxe.zip.FlushMode;
-#end

+ 0 - 2
std/cpp/zip/Uncompress.hx

@@ -21,6 +21,4 @@
  */
  package cpp.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Uncompress = haxe.zip.Uncompress;
-#end

+ 0 - 2
std/neko/zip/Compress.hx

@@ -21,6 +21,4 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Compress = haxe.zip.Compress;
-#end

+ 0 - 2
std/neko/zip/Flush.hx

@@ -21,6 +21,4 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Flush = haxe.zip.FlushMode;
-#end

+ 0 - 2
std/neko/zip/Uncompress.hx

@@ -21,6 +21,4 @@
  */
  package neko.zip;
 
-#if (haxe_ver < 9000.0)
 typedef Uncompress = haxe.zip.Uncompress;
-#end