1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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