summaryrefslogtreecommitdiffstats
path: root/src/ui/edit.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-06-27 19:50:09 +0200
committerkrzys-h <krzys_h@interia.pl>2014-06-27 19:52:09 +0200
commit1835d2ae580525603308206f7b8e6b4552b3ca0f (patch)
tree159fb045b27e9d816819b22a30e7f5b0b2eee173 /src/ui/edit.cpp
parent400bcd60fe07ef313f3944dda725020e0f6485da (diff)
downloadcolobot-1835d2ae580525603308206f7b8e6b4552b3ca0f.tar.gz
colobot-1835d2ae580525603308206f7b8e6b4552b3ca0f.tar.bz2
colobot-1835d2ae580525603308206f7b8e6b4552b3ca0f.zip
Removed old code based on #ifs (issue #55)
Diffstat (limited to 'src/ui/edit.cpp')
-rw-r--r--src/ui/edit.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/edit.cpp b/src/ui/edit.cpp
index 6602651..e2df62b 100644
--- a/src/ui/edit.cpp
+++ b/src/ui/edit.cpp
@@ -1225,11 +1225,7 @@ void CEdit::DrawPart(Math::Point pos, Math::Point dim, int icon)
Math::Point uv1, uv2;
float dp;
-#if _POLISH
- m_engine->SetTexture("textp.png");
-#else
m_engine->SetTexture("text.png");
-#endif
m_engine->SetState(Gfx::ENG_RSTATE_NORMAL);
uv1.x = (16.0f/256.0f)*(icon%16);