diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/timers.ecpp | 1 | ||||
-rw-r--r-- | pages/whats_on.ecpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp index edea2a9..8ed41c0 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -71,7 +71,6 @@ static const size_t maximumDescriptionLength = 300; % } else { <table class="listing" cellspacing="0" cellpadding="0"> <%cpp> - EpgEvents epgEvents; // output of the timer list: for (SortedTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) { EpgInfoPtr epgEvent; diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index e188fee..ea5d222 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -109,7 +109,6 @@ if (type == "now") { </tr> % } <%cpp> - EpgEvents epgEvents; std::list<EpgInfoPtr> eventList; // collect the broadcasts |