# HG changeset patch # User Bernhard Reiter # Date 1400226781 -7200 # Node ID da00099aef5d0d326d6827ce5c3743689aa2813e # Parent d59745a8a9bfd6d944f33c85b19ea0cf08894f7b Certificate: Removing superfluous comments for isEditable and setEditable. diff -r d59745a8a9bf -r da00099aef5d ui/certificate.h --- a/ui/certificate.h Thu May 15 16:49:12 2014 +0200 +++ b/ui/certificate.h Fri May 16 09:53:01 2014 +0200 @@ -90,10 +90,8 @@ **/ void setInstallCert(bool install); - /** @brief Check if this certificate is editable. */ bool isEditable() const {return mEditable;} - /** @brief Set the edit state for this certificate. */ void setEditable(bool edit) {mEditable = edit;} /** @brief get the subject OU from the certificate */