From 782384f185720699c5105271bfc78275bdc78054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 21 Jan 2017 18:18:53 +0100 Subject: GH-1793 rearrange setup wizard logic to only check if they are needed once --- application/setupwizard/SetupWizard.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'application/setupwizard/SetupWizard.h') diff --git a/application/setupwizard/SetupWizard.h b/application/setupwizard/SetupWizard.h index 51b0f1a3..a336f575 100644 --- a/application/setupwizard/SetupWizard.h +++ b/application/setupwizard/SetupWizard.h @@ -39,9 +39,6 @@ public: /* con/destructors */ private slots: void pageChanged(int id); -public: /* methods */ - static bool isRequired(); - private: /* methods */ void retranslate(); }; -- cgit v1.2.3