summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
index f796fa6..7c3c77b 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/TimerListActivity.java
@@ -53,10 +53,6 @@ public class TimerListActivity extends BaseTimerEditActivity<Timer> implements
startTimerQuery();
}
- @Override
- protected void onResume() {
- super.onResume();
- }
@Override
protected void onPause() {
@@ -87,7 +83,6 @@ public class TimerListActivity extends BaseTimerEditActivity<Timer> implements
task.run();
}
-
@Override
protected Timer getTimer(EventListItem item) {
return item.getTimer();