浏览代码

remove get_desktop_display_mode which doesn't have a definition

trethaller 2 年之前
父节点
当前提交
e4a0fc488f
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      libs/sdl/sdl/Sdl.hx

+ 0 - 6
libs/sdl/sdl/Sdl.hx

@@ -193,12 +193,6 @@ class Sdl {
 		return null;
 	}
 
-
-	@:hlNative("?sdl", "get_desktop_display_mode")
-	static function get_desktop_display_mode(displayId : Int) : Dynamic {
-		return null;
-	}
-
 	@:hlNative("?sdl", "get_displays")
 	static function get_displays() : hl.NativeArray<Dynamic> {
 		return null;