- cppcheck round #2 cleanup

This commit is contained in:
Mark Vejvoda
2012-09-22 20:37:42 +00:00
parent 1c211e4ce6
commit e0bf4df646
10 changed files with 26 additions and 26 deletions

View File

@@ -1324,8 +1324,8 @@ void MainWindow::loadParticle(string path) {
else {
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("In [%s::%s Line: %d] unit XML NOT FOUND [%s] using default position values\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__,unitXML.c_str());
int size = 1;
int height= 1;
size = 1;
height= 1;
}
std::map<string,vector<pair<string, string> > > loadedFileList;