X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;fp=pv%2Fdevice%2Fdevice.h;h=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hb=b1e8c93d824986328a34d1c36273cb534fd65307;hp=b9e17297eadd1428945648f683cd3bbcc12642aa;hpb=512bfc565937c0c1b07ec0e6486831526a6e1eee;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index b9e1729..1bcadab 100644 --- a/pv/device/device.h +++ b/pv/device/device.h @@ -39,8 +39,6 @@ public: std::string format_device_title() const; - bool is_trigger_enabled() const; - private: sr_dev_inst *const _sdi; };