diff options
Diffstat (limited to 'src/guiFormSpecMenu.cpp')
-rw-r--r-- | src/guiFormSpecMenu.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/guiFormSpecMenu.cpp b/src/guiFormSpecMenu.cpp index 4db020c11..7f638830f 100644 --- a/src/guiFormSpecMenu.cpp +++ b/src/guiFormSpecMenu.cpp @@ -714,7 +714,6 @@ void GUIFormSpecMenu::drawMenu() Draw backgrounds */ for(u32 i=0; i<m_backgrounds.size(); i++) - { const ImageDrawSpec &spec = m_backgrounds[i]; video::ITexture *texture = m_gamedef->tsrc()->getTextureRaw(spec.name); @@ -728,7 +727,6 @@ void GUIFormSpecMenu::drawMenu() core::rect<s32>(core::position2d<s32>(0,0), core::dimension2di(texture->getOriginalSize())), NULL/*&AbsoluteClippingRect*/, colors, true); - } /* Draw images |