no message
This commit is contained in:
@@ -89,9 +89,6 @@ public class MainModule extends MainModule_<GlobalDatabase> {
|
||||
public boolean HasRunTask() {
|
||||
return get(Current.RunTask) != null;
|
||||
}
|
||||
public boolean HasPassForm() {
|
||||
return get(Current.PassForm) != null;
|
||||
}
|
||||
public boolean HasProjectView() {
|
||||
return get(Current.ProjectView) != null;
|
||||
}
|
||||
@@ -210,9 +207,6 @@ public class MainModule extends MainModule_<GlobalDatabase> {
|
||||
public boolean HasBugReport() {
|
||||
return get(Current.BugReport) != null;
|
||||
}
|
||||
public PassForm getPassForm() {
|
||||
return (PassForm) get(Current.PassForm);
|
||||
}
|
||||
public ParallelRegion getParallelRegion() {
|
||||
return (ParallelRegion) get(Current.ParallelRegion);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user