isValid_xxx_project, the project subject is actually an internal class so these calls made nothing

This commit is contained in:
Basile Burg 2015-09-20 00:02:14 +02:00
parent 94f34b3f88
commit f0622f3c3f
2 changed files with 0 additions and 2 deletions

View File

@ -690,7 +690,6 @@ begin
// avoid the project to notify the observers, current project is not replaced
EntitiesConnector.beginUpdate;
maybe := TCEDubProject.create(nil);
EntitiesConnector.removeSubject(maybe);
try
try
maybe.loadFromFile(filename);

View File

@ -931,7 +931,6 @@ begin
// avoid the project to notify the observers, current project is not replaced
EntitiesConnector.beginUpdate;
maybe := TCENativeProject.create(nil);
EntitiesConnector.removeSubject(maybe);
try
maybe.loadFromFile(filename);
result := maybe.hasLoaded;