From e85fedfd41a590d86a8f97f4e0cdd3a2bf89d567 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 18 Jan 2019 15:57:21 +0100 Subject: [PATCH] [partition] Drop comment that doesn't apply anymore --- src/modules/partition/gui/ChoicePage.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index ee5ce0c48..56010d988 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -77,8 +77,6 @@ SwapChoice pickOne( const SwapChoiceSet& s ) /** * @brief ChoicePage::ChoicePage is the default constructor. Called on startup as part of * the module loading code path. - * @param compactMode if true, the drive selector will be a combo box on top, otherwise it - * will show up as a list view. * @param parent the QWidget parent. */ ChoicePage::ChoicePage( const SwapChoiceSet& swapChoices, QWidget* parent )