remove unused class and functions

This commit is contained in:
Stephan Richter
2020-11-05 21:00:13 +01:00
parent 86f685219c
commit 806502b459
2 changed files with 1 additions and 23 deletions

View File

@@ -1,12 +0,0 @@
package de.srsoftware.web4rail.actions;
import java.io.IOException;
public class ActivateRoute extends Action {
@Override
public boolean fire(Context context) throws IOException {
context.route.activate();
return true;
}
}