Преглед на файлове

remove the warning of instances in use at Project manager exit

volzhs преди 9 години
родител
ревизия
e453c10ff5
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  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"));