Browse Source

remove get_desktop_display_mode which doesn't have a definition

trethaller 2 years ago
parent
commit
e4a0fc488f
1 changed files with 0 additions and 6 deletions
  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;