From 6669e9a7d31c26ded8fe11c1f608284264bbfd19 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 6 Sep 2016 16:10:15 +0200 Subject: [PATCH] Clean-up --- lib/EAPBase_UI/include/EAP_UI.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/EAPBase_UI/include/EAP_UI.h b/lib/EAPBase_UI/include/EAP_UI.h index 5da9024..c3c604d 100644 --- a/lib/EAPBase_UI/include/EAP_UI.h +++ b/lib/EAPBase_UI/include/EAP_UI.h @@ -751,7 +751,6 @@ protected: m_own_identity->SetValue( !identity.empty() ? identity : m_cred_own.empty() ? _("") : _("")); - m_own_identity->Refresh(); }