- cppcheck code cleanup

This commit is contained in:
SoftCoder
2013-12-14 18:07:22 -08:00
parent 87f855b419
commit b8ab732b85
5 changed files with 5 additions and 6 deletions

View File

@@ -1280,7 +1280,6 @@ void MainWindow::loadModel(string path) {
if(timer) timer->Stop();
delete model;
model = NULL;
model = renderer? renderer->newModel(rsGlobal, modelPath): NULL;
statusbarText = getModelInfo();