Removed unused variables.
This commit is contained in:
parent
eaded3bf46
commit
78864c5df0
@ -270,9 +270,7 @@ namespace GUIEngine
|
|||||||
video::ITexture* bg_image;
|
video::ITexture* bg_image;
|
||||||
std::vector<Widget*> m_tooltips;
|
std::vector<Widget*> m_tooltips;
|
||||||
std::vector<bool> m_tooltip_at_mouse;
|
std::vector<bool> m_tooltip_at_mouse;
|
||||||
#ifdef USE_PER_LINE_BACKGROUND
|
|
||||||
public:
|
|
||||||
#endif
|
|
||||||
LEAK_CHECK()
|
LEAK_CHECK()
|
||||||
|
|
||||||
void drawBoxFromStretchableTexture(SkinWidgetContainer* w,
|
void drawBoxFromStretchableTexture(SkinWidgetContainer* w,
|
||||||
|
@ -101,12 +101,6 @@ private:
|
|||||||
video::ITexture *m_kart_icon;
|
video::ITexture *m_kart_icon;
|
||||||
/** The times of all karts in the right order. */
|
/** The times of all karts in the right order. */
|
||||||
core::stringw m_finish_time_string;
|
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
|
}; // Rowinfo
|
||||||
|
|
||||||
/** The team icons. */
|
/** The team icons. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user