Minor changes.

This commit is contained in:
Birunthan Mohanathas 2011-10-30 09:36:52 +00:00
parent 635eafcc94
commit 747f03ef5b

View File

@ -305,7 +305,6 @@ bool CMeterLine::Draw(Graphics& graphics)
REAL Y, oldY; REAL Y, oldY;
const double scale = m_ScaleValues[counter] * H / maxValue; const double scale = m_ScaleValues[counter] * H / maxValue;
const int size = (int)(*i).size();
int pos = m_CurrentPos; int pos = m_CurrentPos;