Merge pull request #5462 from volzhs/fix-pm-warning

remove the warning of instances in use at Project manager exit
This commit is contained in:
Rémi Verschelde 2016-06-30 07:58:16 +02:00 committed by GitHub
commit a3dec742e9
1 changed files with 0 additions and 3 deletions

View File

@ -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"));