diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/intropage.cc | 4 | ||||
-rw-r--r-- | ui/qt5/intropage.hh | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ui/qt5/intropage.cc b/ui/qt5/intropage.cc index 2a9cb83..20992c9 100644 --- a/ui/qt5/intropage.cc +++ b/ui/qt5/intropage.cc @@ -81,7 +81,3 @@ IntroPage::IntroPage(QWidget *parent) : HorizonWizardPage(parent) { #endif /* HAS_INSTALL_ENV */ setLayout(layout); } - -int IntroPage::nextId() const { - return HorizonWizard::Page_Input; -} diff --git a/ui/qt5/intropage.hh b/ui/qt5/intropage.hh index 1214854..5733985 100644 --- a/ui/qt5/intropage.hh +++ b/ui/qt5/intropage.hh @@ -22,7 +22,6 @@ class IntroPage : public HorizonWizardPage { public: IntroPage(QWidget *parent = nullptr); - int nextId() const; #ifdef HAS_INSTALL_ENV private: |