Remove old devicekit udisks backend

This commit is contained in:
Jonas Kvinge
2019-07-13 23:00:25 +02:00
parent f2675adc05
commit c9f01f4bc4
9 changed files with 1 additions and 4454 deletions

View File

@@ -66,9 +66,6 @@
# include "cddadevice.h"
#endif
#ifdef HAVE_DBUS
# ifdef HAVE_DEVICEKIT
# include "devicekitlister.h"
# endif
# ifdef HAVE_UDISKS2
# include "udisks2lister.h"
# endif
@@ -121,9 +118,6 @@ DeviceManager::DeviceManager(Application *app, QObject *parent)
#if defined(HAVE_AUDIOCD) && defined(HAVE_GSTREAMER) && !defined(Q_OS_MACOS)
AddLister(new CddaLister);
#endif
#if defined(HAVE_DBUS) && defined(HAVE_DEVICEKIT)
AddLister(new DeviceKitLister);
#endif
#if defined(HAVE_DBUS) && defined(HAVE_UDISKS2)
AddLister(new Udisks2Lister);
#endif