Skip to content

Commit 60c0c44

Browse files
committed
Forgot to delete these when on windows.
1 parent 527b8d4 commit 60c0c44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/video/cocoa/SDL_cocoavideo.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ static void Cocoa_DeleteDevice(SDL_VideoDevice *device)
130130
device->SetWindowMenuBar = Cocoa_SetWindowMenuBar;
131131
device->CreateMenuItemAt = Cocoa_CreateMenuItemAt;
132132
device->SetMenuItemLabel = Cocoa_SetMenuItemLabel;
133-
device->GetMenuItemChecked = Cocoa_GetMenuItemChecked;
134133
device->SetMenuItemChecked = Cocoa_SetMenuItemChecked;
135-
device->GetMenuItemEnabled = Cocoa_GetMenuItemEnabled;
136134
device->SetMenuItemEnabled = Cocoa_SetMenuItemEnabled;
137135
device->DestroyMenuItem = Cocoa_DestroyMenuItem;
138136

0 commit comments

Comments
 (0)