mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Remove unused variable from plugin settings update
Fix #16199 (cherry picked from commit 9f0cce840d9752535c2377b3004fadb78174e455)
This commit is contained in:
parent
000caef623
commit
fa02b58b46
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user