mirror of
https://github.com/joel16/SDL2.git
synced 2025-03-04 01:17:05 +00:00
Removed unused function declarations
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40529
This commit is contained in:
parent
fef7027b52
commit
9735064647
@ -37,7 +37,5 @@ static char rcsid =
|
||||
extern void GS_FreeWMCursor(_THIS, WMcursor *cursor);
|
||||
extern WMcursor *GS_CreateWMCursor(_THIS,
|
||||
Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
|
||||
extern void GS_DrawCursor(SDL_Surface *screen);
|
||||
extern void GS_EraseCursor(SDL_Surface *screen);
|
||||
extern void GS_MoveWMCursor(_THIS, int x, int y);
|
||||
extern int GS_ShowWMCursor(_THIS, WMcursor *cursor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user