diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-21 18:18:53 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-21 18:27:16 +0100 |
commit | 782384f185720699c5105271bfc78275bdc78054 (patch) | |
tree | ff34b04d183ffa856bb757b06f82a0a652083aa3 /application/setupwizard/JavaWizardPage.h | |
parent | ceb5fc6d755cdcb263edc27386db38de9499048f (diff) | |
download | MultiMC-782384f185720699c5105271bfc78275bdc78054.tar MultiMC-782384f185720699c5105271bfc78275bdc78054.tar.gz MultiMC-782384f185720699c5105271bfc78275bdc78054.tar.lz MultiMC-782384f185720699c5105271bfc78275bdc78054.tar.xz MultiMC-782384f185720699c5105271bfc78275bdc78054.zip |
GH-1793 rearrange setup wizard logic to only check if they are needed once
Diffstat (limited to 'application/setupwizard/JavaWizardPage.h')
-rw-r--r-- | application/setupwizard/JavaWizardPage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/setupwizard/JavaWizardPage.h b/application/setupwizard/JavaWizardPage.h index 7b0d8830..f240217e 100644 --- a/application/setupwizard/JavaWizardPage.h +++ b/application/setupwizard/JavaWizardPage.h @@ -31,7 +31,6 @@ public: void refresh() override; void initializePage() override; bool validatePage() override; - static bool isRequired(); enum class JavaStatus { |