Removed dead code
authorEdouard Tisserant
Sun, 19 Jan 2014 22:39:25 +0100
changeset 1386 31c63a6248e1
parent 1385 816705d1e512
child 1387 435965ca8b63
Removed dead code
ProjectController.py
--- a/ProjectController.py	Sun Jan 19 22:38:52 2014 +0100
+++ b/ProjectController.py	Sun Jan 19 22:39:25 2014 +0100
@@ -494,10 +494,6 @@
         return self.ConfNodeTypesFactory()
 
     def _setBuildPath(self, buildpath):
-        if CheckPathPerm(buildpath):
-            self.BuildPath = buildpath
-        else:
-            self.BuildPath = None
         self.BuildPath = buildpath
         self.DefaultBuildPath = None
         if self._builder is not None: