Make Cocoa_HandleTitleButtonEvent() static since it's not used anywhere else

This commit is contained in:
Sam Lantinga 2021-07-27 14:27:37 -07:00
parent 14d58dc890
commit dfd3f30e88
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ Cocoa_InitMouse(_THIS)
return 0;
}
void
static void
Cocoa_HandleTitleButtonEvent(_THIS, NSEvent *event)
{
SDL_Window *window;