Forráskód Böngészése

Removed undeclared and unused variable, which caused a compile error

Mads Ynddal 6 éve
szülő
commit
16c0c037c8
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      modules/mono/mono_gd/gd_mono.cpp

+ 0 - 1
modules/mono/mono_gd/gd_mono.cpp

@@ -191,7 +191,6 @@ void GDMono::initialize() {
 			String hint_config_dir = path_join(locations[i], "etc");
 
 			if (FileAccess::exists(hint_mscorlib_path) && DirAccess::exists(hint_config_dir)) {
-				need_set_mono_dirs = false;
 				assembly_rootdir = hint_assembly_rootdir;
 				config_dir = hint_config_dir;
 				break;