summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiotr Dziwiński <piotrdz@gmail.com>2013-11-03 02:34:50 -0800
committerPiotr Dziwiński <piotrdz@gmail.com>2013-11-03 02:34:50 -0800
commitf0ee721becb72e036c98b5e259ee3903ee01ffe9 (patch)
tree3f564955a8135b887e4c10f0f580026e2a5fbcc9 /src
parent816f4e91b909a47f348cb590d72368e4aa4d22e2 (diff)
parent2acc338c3aeab684b9be4f67c28c7aaa47c18f5a (diff)
downloadcolobot-f0ee721becb72e036c98b5e259ee3903ee01ffe9.tar.gz
colobot-f0ee721becb72e036c98b5e259ee3903ee01ffe9.tar.bz2
colobot-f0ee721becb72e036c98b5e259ee3903ee01ffe9.zip
Merge pull request #241 from OdyX/dev-fix-licensing-problems
colobot-data: Files under unclear license
Diffstat (limited to 'src')
-rw-r--r--src/ui/maindialog.cpp11
1 files changed, 0 insertions, 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