Remove unused OS _display_driver_id member

This commit is contained in:
Rémi Verschelde 2024-11-11 14:49:29 +01:00
parent efae48a209
commit b34adf29dc
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 0 additions and 11 deletions

View file

@ -2973,10 +2973,6 @@ Error Main::setup2(bool p_show_boot_logo) {
}
}
// Store this in a globally accessible place, so we can retrieve the rendering drivers
// list from the display driver for the editor UI.
OS::get_singleton()->set_display_driver_id(display_driver_idx);
Vector2i *window_position = nullptr;
Vector2i position = init_custom_pos;
if (init_use_custom_pos) {