mirror of
				https://github.com/godotengine/godot.git
				synced 2025-11-04 07:31:16 +00:00 
			
		
		
		
	Remove "save folding for:" message when saving
This commit is contained in:
		
							parent
							
								
									7f3093d3b9
								
							
						
					
					
						commit
						df72ac5965
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -112,7 +112,6 @@ void EditorFolding::save_scene_folding(const Node *p_scene, const String &p_path
 | 
				
			||||||
	String path = EditorSettings::get_singleton()->get_project_settings_dir();
 | 
						String path = EditorSettings::get_singleton()->get_project_settings_dir();
 | 
				
			||||||
	String file = p_path.get_file() + "-folding-" + p_path.md5_text() + ".cfg";
 | 
						String file = p_path.get_file() + "-folding-" + p_path.md5_text() + ".cfg";
 | 
				
			||||||
	file = EditorSettings::get_singleton()->get_project_settings_dir().plus_file(file);
 | 
						file = EditorSettings::get_singleton()->get_project_settings_dir().plus_file(file);
 | 
				
			||||||
	print_line("save folding for: " + file);
 | 
					 | 
				
			||||||
	config->save(file);
 | 
						config->save(file);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
void EditorFolding::load_scene_folding(Node *p_scene, const String &p_path) {
 | 
					void EditorFolding::load_scene_folding(Node *p_scene, const String &p_path) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue