# HG changeset patch
# User Edouard Tisserant
# Date 1390167565 -3600
# Node ID 31c63a6248e1e28a107f7d299ec8f0c64066bfb4
# Parent  816705d1e512f1d28737f9c564d1a67f1d919f60
Removed dead code

diff -r 816705d1e512 -r 31c63a6248e1 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: