summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorReimar Döffinger <brouwer@annejan.com>2015-03-30 00:55:54 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2015-03-30 00:55:54 +0200
commit2a2f5eeb6bec7aaf4abadfad436ff2c904ccb7d2 (patch)
tree5ba7206237ab81cf837e0066ba4e2ac998277460 /mainwindow.h
parent822f1208adcf4fbd3962107a70b42503f99319b8 (diff)
Remove unused class variable.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 39889153..82b44856 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -51,7 +51,6 @@ private:
StoreModel proxyModel;
QScopedPointer<QItemSelectionModel> selectionModel;
QScopedPointer<QProcess> process;
- SingleApplication *a;
bool usePass;
bool useClipboard;
bool useAutoclear;