From 71850ad8476871c96b7d788402a671110459d128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timmy=20Sj=C3=B6stedt?= Date: Tue, 2 Jul 2013 12:23:00 +0200 Subject: [PATCH] Removed some unused variables in LoaderIDE --- framework2/LoaderIDE.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/framework2/LoaderIDE.cpp b/framework2/LoaderIDE.cpp index 1928e11f..6b2cc2ec 100644 --- a/framework2/LoaderIDE.cpp +++ b/framework2/LoaderIDE.cpp @@ -80,8 +80,7 @@ bool LoaderIDE::load(const std::string &filename) case CARS: { CARS_t cars; - std::string id, modelName, textureName, type, handlingID, - gameName, classType, frequency, lvl, + std::string id, type, classType, frequency, lvl, comprules, wheelModelID, wheelScale; getline(strstream, id, ','); @@ -146,8 +145,7 @@ bool LoaderIDE::load(const std::string &filename) case PEDS: { PEDS_t peds; - std::string id, modelName, textureName, type, - behaviour, animGroup, driveMask; + std::string id, driveMask; getline(strstream, id, ','); getline(strstream, peds.modelName, ',');