tracking down bug on i386 platform

- comment titi's model debug output
This commit is contained in:
Mark Vejvoda
2013-06-01 17:23:51 +00:00
parent 8c725df8a2
commit e809080d0f
5 changed files with 22 additions and 292 deletions

View File

@@ -44,7 +44,6 @@ private:
PropertyMap propertyMap;
PropertyVector propertyVectorTmp;
PropertyMap propertyMapTmp;
bool propertyMapTmpInUse;
string path;
static string applicationPath;
@@ -55,7 +54,6 @@ private:
static string tutorialPath;
public:
Properties();
static void setApplicationPath(string value) { applicationPath=value; }
static string getApplicationPath() { return applicationPath; }