[libcalamares] Drop INTERFACES again

- The compile failure came from bad #include paths, so restoring
   this interface declaration wasn't a fix.
 - Reported to cause runtime failures on both KaOS and Manjaro.
This commit is contained in:
Adriaan de Groot 2019-08-26 10:15:22 +02:00
parent d422c782ba
commit 87ea14f68a

View file

@ -101,7 +101,4 @@ public:
#define CALAMARES_PLUGIN_FACTORY_DEFINITION( name, pluginRegistrations ) \
K_PLUGIN_FACTORY_DEFINITION_WITH_BASEFACTORY( name, CalamaresPluginFactory, pluginRegistrations )
Q_DECLARE_INTERFACE( CalamaresPluginFactory, CalamaresPluginFactory_iid )
#endif