diff options
Diffstat (limited to 'Userland/Libraries/LibGUI/Wizards/WizardDialog.cpp')
-rw-r--r-- | Userland/Libraries/LibGUI/Wizards/WizardDialog.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Userland/Libraries/LibGUI/Wizards/WizardDialog.cpp b/Userland/Libraries/LibGUI/Wizards/WizardDialog.cpp index a1978fd511..c1d3cad741 100644 --- a/Userland/Libraries/LibGUI/Wizards/WizardDialog.cpp +++ b/Userland/Libraries/LibGUI/Wizards/WizardDialog.cpp @@ -1,5 +1,6 @@ /* * Copyright (c) 2021, Nick Vella <nick@nxk.io> + * Copyright (c) 2022, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ @@ -78,10 +79,6 @@ WizardDialog::WizardDialog(Window* parent_window) update_navigation(); } -WizardDialog::~WizardDialog() -{ -} - void WizardDialog::push_page(AbstractWizardPage& page) { if (!m_page_stack.is_empty()) |