summaryrefslogtreecommitdiff
path: root/ui/qt5/intropage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/intropage.cc')
-rw-r--r--ui/qt5/intropage.cc4
1 files changed, 0 insertions, 4 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;
-}