From 0be34d281df6e1e729a661a5702afc6db9b2ee96 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 7 May 2019 07:10:50 -0400 Subject: [PATCH] [libcalamares] Remove incorrect comment - The setting for OEM mode is already independent. --- src/libcalamares/Settings.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libcalamares/Settings.h b/src/libcalamares/Settings.h index 66a03e3a0..ca77859c3 100644 --- a/src/libcalamares/Settings.h +++ b/src/libcalamares/Settings.h @@ -62,9 +62,6 @@ public: * * This influences user-visible strings, for instance using the * word "setup" instead of "install" where relevant. - * - * NOTE: it's a synonym for !doChroot() for now, but may become - * an independent setting. */ bool isSetupMode() const { return m_isSetupMode; }