mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 22:19:10 +00:00
Revert "Added SDL_nextafter() and SDL_nextafterf()"
This reverts commit bc5d074818
.
It's not clear that we need these yet, so I'm going to remove them for now.
This commit is contained in:
parent
0c16f4faf0
commit
2e465ae31b
20 changed files with 47 additions and 319 deletions
|
@ -937,5 +937,3 @@ SDL_DYNAPI_PROC(SDL_hid_device_info*,SDL_hid_get_device_info,(SDL_hid_device *a)
|
|||
SDL_DYNAPI_PROC(int,SDL_hid_get_report_descriptor,(SDL_hid_device *a, unsigned char *b, size_t c),(a,b,c),return)
|
||||
SDL_DYNAPI_PROC(SDL_bool,SDL_HasWindowSurface,(SDL_Window *a),(a),return)
|
||||
SDL_DYNAPI_PROC(int,SDL_DestroyWindowSurface,(SDL_Window *a),(a),return)
|
||||
SDL_DYNAPI_PROC(double,SDL_nextafter,(double a, double b),(a,b),return)
|
||||
SDL_DYNAPI_PROC(float,SDL_nextafterf,(float a, float b),(a,b),return)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue