Removed unused variables, add some constants numbers
This commit is contained in:
parent
6f38aeef52
commit
ed1c4bc77d
41 changed files with 112 additions and 91 deletions
|
|
@ -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, "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue