beremiz

Removed dead code

2014-01-19, Edouard Tisserant
31c63a6248e1
Parents 816705d1e512
Children 435965ca8b63
Removed dead code
--- 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: