mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
video: Revert unnecessary member assignment
This commit is contained in:
parent
eed94cb034
commit
401aaf3d2f
1 changed files with 0 additions and 1 deletions
|
|
@ -855,7 +855,6 @@ SDL_DisplayID SDL_AddVideoDisplay(const SDL_VideoDisplay *display, bool send_eve
|
|||
SDL_copyp(new_display, display);
|
||||
new_display->id = id;
|
||||
new_display->device = _this;
|
||||
new_display->props = display->props;
|
||||
if (display->name) {
|
||||
new_display->name = SDL_strdup(display->name);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue