This commit is contained in:
M66B
2022-04-22 10:42:16 +02:00
parent d910d78e6d
commit 12e577fc9a
2 changed files with 1 additions and 10 deletions

View File

@@ -58,7 +58,6 @@ public class ServiceUI extends IntentService {
static final int PI_SNOOZE = 10;
static final int PI_IGNORED = 11;
static final int PI_DELETE = 12;
static final int PI_DUMP = 13;
public ServiceUI() {
this(ServiceUI.class.getName());
@@ -177,10 +176,6 @@ public class ServiceUI extends IntentService {
// ignore
break;
case "dump":
CoalMine.check();
break;
default:
throw new IllegalArgumentException("Unknown UI action: " + parts[0]);
}