[libcalamaresui] Remove unused code
- This operator is declared, yet never defined or used. The definition
was removed in fb44fb97b6
.
This commit is contained in:
parent
58de7cea94
commit
20cf0c8f3d
@ -28,13 +28,6 @@
|
|||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
|
||||||
|
|
||||||
namespace Calamares
|
|
||||||
{
|
|
||||||
class Module;
|
|
||||||
}
|
|
||||||
|
|
||||||
void operator>>( const QVariantMap& moduleDescriptor, Calamares::Module* m );
|
|
||||||
|
|
||||||
namespace Calamares
|
namespace Calamares
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -193,8 +186,6 @@ private:
|
|||||||
QString m_name;
|
QString m_name;
|
||||||
QString m_directory;
|
QString m_directory;
|
||||||
QString m_instanceId;
|
QString m_instanceId;
|
||||||
|
|
||||||
friend void ::operator>>( const QVariantMap& moduleDescriptor, Calamares::Module* m );
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Calamares
|
} // namespace Calamares
|
||||||
|
Loading…
Reference in New Issue
Block a user