Skip to content

Commit a8b9174

Browse files
committed
Delete the WithProperties stub, can be added later.
1 parent f10a24e commit a8b9174

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/SDL3/SDL_video.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,8 +3058,7 @@ extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItemAt(SDL_MenuItem *menu_bar_as
30583058
* event_type will be ignored if type == SDL_MENU
30593059
* On MacOS, buttoms created under a menubar will go into the "App" submenu
30603060
*/
3061-
extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItem(SDL_MenuItem *menu_bar_as_item, const char *name, SDL_MenuItemType type, Uint16 event_type);
3062-
extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItemWithProperties(SDL_MenuItem *menu_bar_as_item, SDL_PropertiesID props);
3061+
extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItem(SDL_MenuItem *menu_bar_as_item, const char *name, SDL_MenuItemType type, Uint16 event_type);
30633062

30643063
/**
30653064
* -1 on error

0 commit comments

Comments
 (0)