Browse Source

remove the warning of instances in use at Project manager exit

volzhs 9 năm trước cách đây
mục cha
commit
e453c10ff5
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      tools/editor/project_manager.cpp

+ 0 - 3
tools/editor/project_manager.cpp

@@ -871,9 +871,6 @@ ProjectManager::ProjectManager() {
 
 	HBoxContainer *top_hb = memnew( HBoxContainer);
 	vb->add_child(top_hb);
-	TextureFrame *logo = memnew( TextureFrame );
-	logo->set_texture(theme->get_icon("LogoSmall","EditorIcons"));
-	//top_hb->add_child( logo );
 	CenterContainer *ccl = memnew( CenterContainer );
 	Label *l = memnew( Label );
 	l->set_text(_MKSTR(VERSION_NAME)+String(" - ")+TTR("Project Manager"));