mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Make Cocoa_HandleTitleButtonEvent() static since it's not used anywhere else
This commit is contained in:
@@ -353,7 +353,7 @@ Cocoa_InitMouse(_THIS)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
Cocoa_HandleTitleButtonEvent(_THIS, NSEvent *event)
|
||||
{
|
||||
SDL_Window *window;
|
||||
|
Reference in New Issue
Block a user