Nicolas Cannasse 14 년 전
부모
커밋
1327210e61
1개의 변경된 파일2개의 추가작업 그리고 10개의 파일을 삭제
  1. 2 10
      std/Date.hx

+ 2 - 10
std/Date.hx

@@ -102,16 +102,8 @@ extern class Date
 	**/
 	static function fromString( s : String ) : Date;
 
-	#if flash_lite
-	/** flash lite only **/
-	function getLocaleLongDate():String;
-	/** flash lite only **/
-	function getLocaleShortDate():String;
-	/** flash lite only **/
-	function getLocaleTime():String;
-	#end
-
-#if !(php || neko || cpp)
+
+#if (js || flash)
 	private static function __init__() : Void untyped {
 		var d #if !swf_mark : Dynamic #end = Date;
 		d.now = function() {