mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Remove unused OS _display_driver_id member
This commit is contained in:
parent
efae48a209
commit
b34adf29dc
2 changed files with 0 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue