[libcalamares] Remove incorrect comment

- The setting for OEM mode is already independent.
This commit is contained in:
Adriaan de Groot 2019-05-07 07:10:50 -04:00
parent cdb613bf02
commit 0be34d281d

View File

@ -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; }