no message
This commit is contained in:
@@ -108,10 +108,6 @@ public enum Current implements CurrentAnchestor {
|
||||
SapforSettings,
|
||||
SapforSettingsCommand,
|
||||
DVMSettings;
|
||||
public static Mode mode;
|
||||
public static boolean hasUI() {
|
||||
return Current.mode.equals(Current.Mode.Normal);
|
||||
}
|
||||
public static boolean HasProject() {
|
||||
return CurrentAnchestor.get(Project) != null;
|
||||
}
|
||||
@@ -463,14 +459,4 @@ public enum Current implements CurrentAnchestor {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
//---
|
||||
public enum Mode {
|
||||
Undefined,
|
||||
Normal,
|
||||
Server,
|
||||
Testing,
|
||||
Package,
|
||||
MachineQueue,
|
||||
LocalMachineQueue
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user