X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdevicemanager.h;h=acef8a42d93ba2b1f1d1f5475717ab3a97557079;hp=2ce523dc6251d424921bba5a696a2fbcdcd100bd;hb=996b7c9da9b5cb56413e829217e1e7d7d7d520da;hpb=85843b14c48affe67820ec8c9e357cd26e0ed943;ds=sidebyside diff --git a/pv/devicemanager.h b/pv/devicemanager.h index 2ce523dc..acef8a42 100644 --- a/pv/devicemanager.h +++ b/pv/devicemanager.h @@ -24,7 +24,6 @@ #include #include -#include #include #include @@ -50,11 +49,6 @@ public: const std::list< boost::shared_ptr >& devices() const; - void use_device(boost::shared_ptr dev_inst, - SigSession *owner); - - void release_device(boost::shared_ptr dev_inst); - std::list< boost::shared_ptr > driver_scan( struct sr_dev_driver *const driver, GSList *const drvopts = NULL); @@ -74,8 +68,6 @@ private: private: struct sr_context *const _sr_ctx; std::list< boost::shared_ptr > _devices; - std::map< boost::shared_ptr, pv::SigSession*> - _used_devices; }; } // namespace pv