Browse Source

remove global bigEndian = false setting (we cannot do it like that)

Simon Krajewski 11 years ago
parent
commit
166cfb99c1
2 changed files with 0 additions and 2 deletions
  1. 0 1
      std/haxe/io/BytesInput.hx
  2. 0 1
      std/haxe/io/BytesOutput.hx

+ 0 - 1
std/haxe/io/BytesInput.hx

@@ -55,7 +55,6 @@ class BytesInput extends Input {
 		this.len = len;
 		this.len = len;
 		this.totlen = len;
 		this.totlen = len;
 		#end
 		#end
-		bigEndian = false;
 	}
 	}
 
 
 	inline function get_position() : Int {
 	inline function get_position() : Int {

+ 0 - 1
std/haxe/io/BytesOutput.hx

@@ -39,7 +39,6 @@ class BytesOutput extends Output {
 		#else
 		#else
 		b = new BytesBuffer();
 		b = new BytesBuffer();
 		#end
 		#end
-		bigEndian = false;
 	}
 	}
 
 
 	inline function get_length() : Int {
 	inline function get_length() : Int {