From 5fe06deb97ce3b934c2c893d0b29016f675d840c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 3 Aug 2016 12:35:51 +0200 Subject: [PATCH] Provider-locked configuration notice removed from credential prompt for aesthetic reasons --- lib/TTLS_UI/src/TTLS_UI.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/TTLS_UI/src/TTLS_UI.cpp b/lib/TTLS_UI/src/TTLS_UI.cpp index c55332c..baa8d71 100644 --- a/lib/TTLS_UI/src/TTLS_UI.cpp +++ b/lib/TTLS_UI/src/TTLS_UI.cpp @@ -219,9 +219,6 @@ wxTTLSCredentialsPanel::wxTTLSCredentialsPanel(const eap::config_provider &prov, wxBoxSizer* sb_content; sb_content = new wxBoxSizer( wxVERTICAL ); - if (m_prov.m_read_only) - sb_content->Add(new wxEAPProviderLockedPanel(m_prov, this), 0, wxALL|wxEXPAND, 5); - m_inner_title = new wxStaticText(this, wxID_ANY, _("Inner Authentication"), wxDefaultPosition, wxDefaultSize, 0); m_inner_title->SetFont(wxFont(18, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, wxEmptyString)); m_inner_title->SetForegroundColour( wxSystemSettings::GetColour( wxSYS_COLOUR_INACTIVECAPTION ) );