Remove dead code

This commit is contained in:
Jonas Kvinge
2021-06-28 00:19:17 +02:00
parent 20a15ecd35
commit aa859b9002
7 changed files with 10 additions and 169 deletions

View File

@@ -139,10 +139,6 @@ class DeviceManager : public SimpleTreeModel<DeviceInfo> {
void ListerClosed();
void DeviceDestroyed();
protected:
void LazyPopulate(DeviceInfo *item) override { LazyPopulate(item, true); }
void LazyPopulate(DeviceInfo *parent, const bool signal);
private:
void AddLister(DeviceLister *lister);
template <typename T> void AddDeviceClass();