Skip to content

Commit 5ba04e8

Browse files
committed
Merge pull request #113522 from davismit54/master
Removed "None" option in Version Control Editor
2 parents 0755f09 + e4192cc commit 5ba04e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/version_control/version_control_editor_plugin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,6 @@ VersionControlEditorPlugin::VersionControlEditorPlugin() {
958958

959959
metadata_selection = memnew(OptionButton);
960960
metadata_selection->set_custom_minimum_size(Size2(100, 20));
961-
metadata_selection->add_item("None", (int)EditorVCSInterface::VCSMetadata::NONE);
962961
metadata_selection->add_item("Git", (int)EditorVCSInterface::VCSMetadata::GIT);
963962
metadata_selection->select((int)EditorVCSInterface::VCSMetadata::GIT);
964963
metadata_hb->add_child(metadata_selection);

0 commit comments

Comments
 (0)