Removed a pair of empty braces

This commit is contained in:
unknown 2019-07-07 19:51:09 +05:30
parent 1fa26b969c
commit a96dc30339
1 changed files with 0 additions and 3 deletions

View File

@ -1537,9 +1537,6 @@ Error ResourceFormatSaverTextInstance::save(const String &p_path, const RES &p_r
f->store_line("]\n"); //one empty line
}
{
}
#ifdef TOOLS_ENABLED
//keep order from cached ids
Set<int> cached_ids_found;