Removed unused variables.

This commit is contained in:
hiker 2014-06-20 15:44:59 +10:00
parent eaded3bf46
commit 78864c5df0
2 changed files with 1 additions and 9 deletions

View File

@ -270,9 +270,7 @@ namespace GUIEngine
video::ITexture* bg_image;
std::vector<Widget*> m_tooltips;
std::vector<bool> m_tooltip_at_mouse;
#ifdef USE_PER_LINE_BACKGROUND
public:
#endif
LEAK_CHECK()
void drawBoxFromStretchableTexture(SkinWidgetContainer* w,

View File

@ -101,12 +101,6 @@ private:
video::ITexture *m_kart_icon;
/** The times of all karts in the right order. */
core::stringw m_finish_time_string;
#ifdef USE_PER_LINE_BACKGROUND
/** For the background bar behind each line. */
GUIEngine::SkinWidgetContainer m_widget_container;
/** The parameter for rendering the background box. */
GUIEngine::BoxRenderParams m_box_params;
#endif
}; // Rowinfo
/** The team icons. */