From 01671434d6ecaab921e10999f4025d367be3cd7f Mon Sep 17 00:00:00 2001 From: Bianca van Schaik Date: Sun, 12 Jan 2020 09:53:04 +0100 Subject: [PATCH] Clean up code --- sgreader/licencedialog.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sgreader/licencedialog.h b/sgreader/licencedialog.h index 06375b7..b18fc31 100644 --- a/sgreader/licencedialog.h +++ b/sgreader/licencedialog.h @@ -28,8 +28,6 @@ class LicenceDialog : public QDialog { * Constructor, constructs a new licence dialog * @param parent Parent widget * @param appname Name of the application, used in the title bar and licence - * @param showPkwareLicence Determines whether to show the licence - * for the pkware decompression class */ LicenceDialog(QWidget *parent, const QString & appname); @@ -37,7 +35,6 @@ class LicenceDialog : public QDialog { QString getLicenceText(); QString appname; - bool showPkwareLicence; }; #endif /* LICENCEDIALOG_H */