X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FfrmSSLCertificate.cpp;h=901a57198cc096b9c1ac8742e8f5a93ab80a035b;hb=34fa97b95a58f99ee51775bafcab7322935f058d;hp=2c2f9ddabdda376115293a8851378c25c26e7f74;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/frmSSLCertificate.cpp b/source/frmSSLCertificate.cpp index 2c2f9dd..901a571 100644 --- a/source/frmSSLCertificate.cpp +++ b/source/frmSSLCertificate.cpp @@ -11,7 +11,7 @@ frmSSLCertificateADT( parent ) void frmSSLCertificate::SetupCerts(SSLCertCollection SSLCertsInc) { - /*// Grab the certificates, start from the one requested and show. + // Grab the certificates, start from the one requested and show. lblValidityStatus->Hide(); @@ -137,7 +137,7 @@ void frmSSLCertificate::SetupCerts(SSLCertCollection SSLCertsInc) treHierarchy->ExpandAll(); - SSLCertData = SSLCertsInc;*/ + SSLCertData = SSLCertsInc; } @@ -188,8 +188,6 @@ void frmSSLCertificate::LoadValueData( wxListEvent& event ) // Get the value data and display it in the text at the bottom. long intSelected = -1; - int intSelectedData = 0; - long SSLDataSeekNum = -1; wxString SSLSettingValue; intSelected = lstValues->GetNextItem(intSelected, @@ -199,8 +197,6 @@ void frmSSLCertificate::LoadValueData( wxListEvent& event ) SSLSettingValue = lstValues->GetItemText(intSelected, 1); txtValueData->SetValue(SSLSettingValue); - - //SSLDataSeekNum = lstValues->GetItemData(intSelected); }