From e4801974beccb9f184ef3b40e351e61d71a641c3 Mon Sep 17 00:00:00 2001 From: martii Date: Thu, 19 Jun 2014 18:01:59 +0200 Subject: [PATCH] gui/infoviewer: remove no longer used class member "old_timestr" --- src/gui/infoviewer.cpp | 1 - src/gui/infoviewer.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index 59e808742..bfe37ae22 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -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; diff --git a/src/gui/infoviewer.h b/src/gui/infoviewer.h index e842f18eb..ee541c62d 100644 --- a/src/gui/infoviewer.h +++ b/src/gui/infoviewer.h @@ -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;