From c70e531529a9eacc6c652339c898ff0329a39f7a 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" Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e4801974beccb9f184ef3b40e351e61d71a641c3 Author: martii Date: 2014-06-19 (Thu, 19 Jun 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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;