mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/infoviewer: remove no longer used class member "old_timestr"
This commit is contained in:
@@ -108,7 +108,6 @@ CInfoViewer::CInfoViewer ()
|
|||||||
time_dot_width = 0;
|
time_dot_width = 0;
|
||||||
time_width = 0;
|
time_width = 0;
|
||||||
time_height = 0;
|
time_height = 0;
|
||||||
old_timestr[0] = 0;
|
|
||||||
lastsnr = 0;
|
lastsnr = 0;
|
||||||
lastsig = 0;
|
lastsig = 0;
|
||||||
lasttime = 0;
|
lasttime = 0;
|
||||||
|
@@ -96,7 +96,6 @@ class CInfoViewer
|
|||||||
int info_time_width;
|
int info_time_width;
|
||||||
|
|
||||||
bool newfreq ;
|
bool newfreq ;
|
||||||
char old_timestr[10];
|
|
||||||
static const short bar_width = 72;
|
static const short bar_width = 72;
|
||||||
static event_id_t last_curr_id, last_next_id;
|
static event_id_t last_curr_id, last_next_id;
|
||||||
uint64_t timeoutEnd;
|
uint64_t timeoutEnd;
|
||||||
|
Reference in New Issue
Block a user