diff --git a/src/libcalamaresui/modulesystem/Module.h b/src/libcalamaresui/modulesystem/Module.h index 61888ca23..3da283a14 100644 --- a/src/libcalamaresui/modulesystem/Module.h +++ b/src/libcalamaresui/modulesystem/Module.h @@ -84,8 +84,6 @@ protected: private: void loadConfigurationFile(); //throws YAML::Exception QString m_name; - Type m_type; - Interface m_interface; QStringList m_requiredModules; QString m_directory;