mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Remove unused variables (fourth pass) + dead code
Also fix a potential regression from 3fcb9b1ec1.
This commit is contained in:
@@ -443,7 +443,6 @@ String ResourceLoader::get_resource_type(const String &p_path) {
|
||||
String remapped_path = PathRemap::get_singleton()->get_remap(local_path);
|
||||
String extension=remapped_path.extension();
|
||||
|
||||
bool found=false;
|
||||
for (int i=0;i<loader_count;i++) {
|
||||
|
||||
String result = loader[i]->get_resource_type(local_path);
|
||||
|
||||
Reference in New Issue
Block a user