summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-01-03 20:48:56 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-01-03 20:48:56 +0100
commite5ec2b7055ae43c59ad894472b83677b12cd409c (patch)
treeb7ac6282299808e3b8ba0de1867d7e5f1e9edb17 /src/mainwindow.h
parent18e1c2c1a3ead4ffee09c90be49dea43d1ec1040 (diff)
remove lastDecrypt from mainwindow
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f199cf11..6ff21846 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -102,7 +102,6 @@ private slots:
void startReencryptPath();
void endReencryptPath();
void critical(QString, QString);
- void setLastDecrypt(QString);
void passShowHandler(const QString &);
void processErrorExit(int exitCode, const QString &);
@@ -125,7 +124,6 @@ private:
QTimer clearPanelTimer;
QTimer clearClipboardTimer;
actionType currentAction;
- QString lastDecrypt;
bool freshStart;
QDialog *keygen;
QString currentDir;