From 2acc338c3aeab684b9be4f67c28c7aaa47c18f5a Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Wed, 30 Oct 2013 21:51:03 +0100 Subject: Drop now-useless display of licenses.txt in PHASE_GENERIC The content of licenses.txt in data has gotten useless as the restrictions got waived, displaying it is useless. --- src/ui/maindialog.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/ui/maindialog.cpp b/src/ui/maindialog.cpp index defff84..407f8da 100644 --- a/src/ui/maindialog.cpp +++ b/src/ui/maindialog.cpp @@ -1841,17 +1841,6 @@ pos.y -= 0.048f; pe->SetFontSize(Gfx::FONT_SIZE_SMALL); pe->ReadText(std::string("help/") + m_app->GetLanguageChar() + std::string("/authors.txt")); - pos.x = 80.0f/640.0f; - pos.y = 140.0f/480.0f; - ddim.x = 490.0f/640.0f; - ddim.y = 100.0f/480.0f; - pe = pw->CreateEdit(pos, ddim, 0, EVENT_EDIT2); - pe->SetGenericMode(true); - pe->SetEditCap(false); - pe->SetHighlightCap(false); - pe->SetFontType(Gfx::FONT_COURIER); - pe->SetFontSize(Gfx::FONT_SIZE_SMALL); - pe->ReadText(std::string("help/") + m_app->GetLanguageChar() + std::string("/licences.txt")); // #endif /* TODO: #if _SCHOOL #if _CEEBOTDEMO -- cgit v1.2.3-1-g7c22