We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527b8d4 commit 60c0c44Copy full SHA for 60c0c44
src/video/cocoa/SDL_cocoavideo.m
@@ -130,9 +130,7 @@ static void Cocoa_DeleteDevice(SDL_VideoDevice *device)
130
device->SetWindowMenuBar = Cocoa_SetWindowMenuBar;
131
device->CreateMenuItemAt = Cocoa_CreateMenuItemAt;
132
device->SetMenuItemLabel = Cocoa_SetMenuItemLabel;
133
- device->GetMenuItemChecked = Cocoa_GetMenuItemChecked;
134
device->SetMenuItemChecked = Cocoa_SetMenuItemChecked;
135
- device->GetMenuItemEnabled = Cocoa_GetMenuItemEnabled;
136
device->SetMenuItemEnabled = Cocoa_SetMenuItemEnabled;
137
device->DestroyMenuItem = Cocoa_DestroyMenuItem;
138
0 commit comments