epj2make: Fixed JSON IDE's global settings loading (was crashing)
authorJerome St-Louis <jerome@ecere.com>
Thu, 9 Jun 2011 04:06:58 +0000 (00:06 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 9 Jun 2011 04:06:58 +0000 (00:06 -0400)
epj2make/epj2make.ec

index 34252e5..75c6c2c 100644 (file)
@@ -259,13 +259,6 @@ class epj2makeApp : GuiApplication
                }
                else
                {
-                  IDESettingsContainer settingsContainer;
-                  settingsContainer = 
-                  {
-                     driver = "JSON";
-                     data = ideSettings;
-                     dataOwner = &ideSettings;
-                  };
                   settingsContainer.Load();
                   //incref ideSettings;
                   delete settingsContainer;
@@ -404,4 +397,3 @@ class epj2makeApp : GuiApplication
 #endif
    }
 }
-