summaryrefslogtreecommitdiff
path: root/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'timers.cpp')
-rw-r--r--timers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/timers.cpp b/timers.cpp
index 30ccc41..bf954fc 100644
--- a/timers.cpp
+++ b/timers.cpp
@@ -140,6 +140,7 @@ namespace vdrlive {
return info.str();
}
+#if VDRVERSNUM >= 20301
bool SortedTimers::Modified()
{
// the global(!) list of known timers
@@ -173,6 +174,7 @@ namespace vdrlive {
return modified;
}
+#endif
TimerManager::TimerManager()
{