remove unused code

This commit is contained in:
Ekaterina Tuzova
2017-04-06 14:54:32 +03:00
parent 22ffb8a16b
commit ec510abd3a
@@ -59,10 +59,6 @@ public class PyStudyDirectoryProjectGenerator extends PythonProjectGenerator<PyN
public ValidationResult myValidationResult = new ValidationResult("selected course is not valid");
private StudyNewProjectPanel mySettingsPanel;
public PyStudyDirectoryProjectGenerator() {
this(false);
}
public PyStudyDirectoryProjectGenerator(boolean isLocal) {
myGenerator = new StudyProjectGenerator();
myGenerator.addSettingsStateListener(new StudyProjectGenerator.SettingsListener() {