Minor tweaks and cleanup.

This commit is contained in:
Birunthan Mohanathas
2011-12-09 08:40:19 +00:00
parent 2835739b12
commit 13b3241307
9 changed files with 28 additions and 53 deletions

View File

@ -759,16 +759,6 @@ void CMeasure::RemoveTrailingZero(WCHAR* str, int strLen)
}
}
/*
** GetStats
**
** Returns the stats as string. The stats are shown in the About dialog.
*/
const WCHAR* CMeasure::GetStats()
{
return GetStringValue(AUTOSCALE_OFF, 1, -1, false);
}
/*
** Create
**