Cosmetic changes

This commit is contained in:
kamel5 2019-07-10 16:14:58 +02:00
parent fd7b1b9ab7
commit f046493a00
1 changed files with 2 additions and 3 deletions

View File

@ -302,7 +302,6 @@ void cRecManager::SaveTimer(const cTimer *t, cTimer newTimerSettings) {
}
}
bool cRecManager::IsRecorded(const cEvent *event) {
#if VDRVERSNUM >= 20301
LOCK_TIMERS_WRITE;
@ -589,7 +588,7 @@ void cRecManager::DeleteSearchTimer(cTVGuideSearchTimer *searchTimer, bool delTi
timers = &Timers;
#endif
cTimer *timer = timers->First();
while(timer) {
while (timer) {
if (!timer->Recording()) {
char* searchID = GetAuxValue(timer, "s-id");
if (searchID) {