diff options
| author | George Marques | 2018-02-13 18:33:51 -0200 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-19 23:15:56 +0100 |
| commit | fa02b58b4659b606133c3fde4b27dff4ad874389 (patch) | |
| tree | f2f60c04196ec52a0293b7134081bd84a12bc19a /editor/editor_plugin_settings.cpp | |
| parent | 000caef6230b809ea2f0dd775abe819ecbca4997 (diff) | |
| download | godot-fa02b58b4659b606133c3fde4b27dff4ad874389.tar.gz godot-fa02b58b4659b606133c3fde4b27dff4ad874389.tar.zst godot-fa02b58b4659b606133c3fde4b27dff4ad874389.zip | |
Remove unused variable from plugin settings update
Fix #16199
(cherry picked from commit 9f0cce840d9752535c2377b3004fadb78174e455)
Diffstat (limited to '')
| -rw-r--r-- | editor/editor_plugin_settings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_plugin_settings.cpp b/editor/editor_plugin_settings.cpp index 8803a03f2..ea1e0fe99 100644 --- a/editor/editor_plugin_settings.cpp +++ b/editor/editor_plugin_settings.cpp @@ -83,8 +83,6 @@ void EditorPluginSettings::update_plugins() { plugins.sort(); - Vector<String> active_plugins = ProjectSettings::get_singleton()->get("editor_plugins/enabled"); - for (int i = 0; i < plugins.size(); i++) { Ref<ConfigFile> cf; |
