code cleanup. No code changes

- removed unused variables
- added line breaks between methods (not everywhere just where i saw it while removing unused variables)
This commit is contained in:
techdragon.nguyen@gmail.com
2011-01-16 07:49:34 +00:00
parent a79164e800
commit 1be97b76f8
22 changed files with 83 additions and 83 deletions
+2 -2
View File
@@ -931,7 +931,7 @@ GameOptionAward::GameOptionAward()
bool GameOptionAward::read(string input)
{
//This is quick and dirty.
bool bNumeric = true;
achieved = time(NULL);
tm * at = localtime(&achieved);
viewed = false;
@@ -1040,7 +1040,7 @@ string GameOptionAward::menuStr()
return _("Unlocked.");
char buf[256];
Translator * t = Translator::GetInstance();
tm * lt = localtime(&achieved);
if (!lt)
return "Error";