gui/infoviewer: remove no longer used class member "old_timestr"

This commit is contained in:
martii
2014-06-19 18:01:59 +02:00
committed by svenhoefer
parent c853231b1f
commit e4801974be
2 changed files with 0 additions and 2 deletions

View File

@@ -108,7 +108,6 @@ CInfoViewer::CInfoViewer ()
time_dot_width = 0;
time_width = 0;
time_height = 0;
old_timestr[0] = 0;
lastsnr = 0;
lastsig = 0;
lasttime = 0;

View File

@@ -96,7 +96,6 @@ class CInfoViewer
int info_time_width;
bool newfreq ;
char old_timestr[10];
static const short bar_width = 72;
static event_id_t last_curr_id, last_next_id;
uint64_t timeoutEnd;