mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 04:22:10 +00:00
Removed unused variables, add some constants numbers
This commit is contained in:
@@ -224,7 +224,6 @@ void GDNativeLibraryEditor::_erase_entry(const String &platform, const String &e
|
||||
if (List<String>::Element *E = platforms[platform].entries.find(entry)) {
|
||||
|
||||
String target = platform + "." + entry;
|
||||
Ref<ConfigFile> config = library->get_config_file();
|
||||
|
||||
platforms[platform].entries.erase(E);
|
||||
_set_target_value("entry", target, "");
|
||||
|
||||
Reference in New Issue
Block a user