summaryrefslogtreecommitdiff
path: root/src/wx/config_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-30 13:08:34 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-30 13:08:34 +0000
commit35841948169c44863f9fb39cdee4dccf0463846a (patch)
tree5195655a75e2fc217495bbc89f5ffc2b71b648ff /src/wx/config_dialog.h
parentc463929602252be95ca340b477b7f3b42ff6b0c0 (diff)
Remove unused variable.
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;
};