Skip to content

Commit 986bd36

Browse files
committed
Delete the WithProperties stub, can be added later.
1 parent 9e1d113 commit 986bd36

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
@@ -3028,8 +3028,7 @@ extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItemAt(SDL_MenuItem *menu_bar_as
30283028
* event_type will be ignored if type == SDL_MENU
30293029
* On MacOS, buttoms created under a menubar will go into the "App" submenu
30303030
*/
3031-
extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItem(SDL_MenuItem *menu_bar_as_item, const char *name, SDL_MenuItemType type, Uint16 event_type);
3032-
extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItemWithProperties(SDL_MenuItem *menu_bar_as_item, SDL_PropertiesID props);
3031+
extern SDL_DECLSPEC SDL_MenuItem *SDL_CreateMenuItem(SDL_MenuItem *menu_bar_as_item, const char *name, SDL_MenuItemType type, Uint16 event_type);
30333032

30343033
/**
30353034
* -1 on error

0 commit comments

Comments
 (0)