From 358b46cfa5d66db631be23d1b2cc8124facc623d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 26 Apr 2016 14:49:17 +0200 Subject: [PATCH] CSignalBar: remove dub init --- src/gui/components/cc_frm_signalbars.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/components/cc_frm_signalbars.cpp b/src/gui/components/cc_frm_signalbars.cpp index b091a704f..ccef5a4af 100644 --- a/src/gui/components/cc_frm_signalbars.cpp +++ b/src/gui/components/cc_frm_signalbars.cpp @@ -66,7 +66,6 @@ void CSignalBar::initVarSigBar(const int& xpos, const int& ypos, const int& w, c sb_lastsig = 0; sb_signal = 0; - sb_frontend = NULL; sb_scale = NULL; sb_vlbl = NULL; sb_lbl = NULL;