summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/config_dialog.h')
-rw-r--r--src/wx/config_dialog.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h
index b76f8bc35..3b8762d8b 100644
--- a/src/wx/config_dialog.h
+++ b/src/wx/config_dialog.h
@@ -155,9 +155,8 @@ private:
class KeysPage : public StandardPage
{
public:
- KeysPage (wxSize panel_size, int border, bool sign)
+ KeysPage (wxSize panel_size, int border)
: StandardPage (panel_size, border)
- , _sign (sign)
{}
wxString GetName () const;
@@ -181,8 +180,6 @@ private:
void signing_advanced ();
void export_decryption_chain_and_key ();
void import_decryption_chain_and_key ();
-
- bool _sign;
};