video: Revert unnecessary member assignment

This commit is contained in:
Frank Praznik 2025-03-28 10:21:24 -04:00
parent eed94cb034
commit 401aaf3d2f
No known key found for this signature in database

View file

@ -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 {