Fixed sluggish setting of editing marks and a jumping progress display with very short recordings

This commit is contained in:
Klaus Schmidinger
2018-04-03 08:00:12 +02:00
parent ac30924cdf
commit 43544435fa
4 changed files with 36 additions and 43 deletions

3
menu.h
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: menu.h 4.6 2018/02/01 15:35:48 kls Exp $
* $Id: menu.h 4.7 2018/04/02 13:41:49 kls Exp $
*/
#ifndef __MENU_H
@@ -300,7 +300,6 @@ private:
bool lastPlay, lastForward;
int lastSpeed;
time_t timeoutShow;
time_t lastProgressUpdate;
bool timeSearchActive, timeSearchHide;
int timeSearchTime, timeSearchPos;
void TimeSearchDisplay(void);