Browse Source

Merge pull request #16 from MathemanFlo/LoadUrl

Use kinc to load urls on windows
Lubos Lenco 3 years ago
parent
commit
87d4423ba9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Sources/arm/sys/File.hx

+ 0 - 4
Sources/arm/sys/File.hx

@@ -59,11 +59,7 @@ class File {
 	}
 
 	public static function loadUrl(url: String) {
-		#if krom_windows // TODO: implement in Kinc
-		Krom.sysCommand('start "" "' + url + '"');
-		#else
 		Krom.loadUrl(url);
-		#end
 	}
 
 	public static function delete(path: String) {