From b9fcde4826259be9ed83fd324208f2d17aaceaaa Mon Sep 17 00:00:00 2001 From: auria Date: Sat, 26 Jun 2010 19:35:48 +0000 Subject: [PATCH] Removed outdated TODO git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5565 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/guiengine/skin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/guiengine/skin.cpp b/src/guiengine/skin.cpp index 907da011f..164470e69 100644 --- a/src/guiengine/skin.cpp +++ b/src/guiengine/skin.cpp @@ -302,7 +302,6 @@ void Skin::drawBgImage() if(bg_image == NULL) { int texture_w, texture_h; - // TODO/FIXME? - user preferences still include a background image choice bg_image = SkinConfig::m_render_params["background::neutral"].getImage(); assert(bg_image != NULL); texture_w = bg_image->getSize().Width;