From 9d0918a0646c184cc5e40aa75e9d4ed1729291a1 Mon Sep 17 00:00:00 2001 From: TheKodeToad Date: Mon, 27 Jan 2025 13:19:10 +0000 Subject: [PATCH] Remove outdated JavaWizardWidget comment Signed-off-by: TheKodeToad --- launcher/ui/widgets/JavaWizardWidget.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/launcher/ui/widgets/JavaWizardWidget.h b/launcher/ui/widgets/JavaWizardWidget.h index 9c76c0610..69f093000 100644 --- a/launcher/ui/widgets/JavaWizardWidget.h +++ b/launcher/ui/widgets/JavaWizardWidget.h @@ -19,9 +19,6 @@ class QLabel; class QToolButton; class QSpacerItem; -/** - * This is a widget for all the Java settings dialogs and pages. - */ class JavaWizardWidget : public QWidget { Q_OBJECT