summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index b28d639a7c..d8e6f711ff 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -5446,13 +5446,6 @@ EditorNode::EditorNode() {
video_driver_current = 0;
for (int i = 0; i < video_drivers.get_slice_count(","); i++) {
String driver = video_drivers.get_slice(",", i);
- Ref<Texture> icon = get_class_icon(driver, "");
- if (icon.is_valid()) {
- video_driver->add_icon_item(icon, "");
- } else {
- video_driver->add_item(driver);
- }
-
video_driver->add_item(driver);
video_driver->set_item_metadata(i, driver);