X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevice.h;h=1bcadab4e71e86f80368c8ae5a61c75ec0d706e2;hb=1cd4be221d31680c42c4385e6861e1cf3afafa6a;hp=b9e17297eadd1428945648f683cd3bbcc12642aa;hpb=ae2d1bc5b5aba9fcdd7fef42ef1bc9069267d6f7;p=pulseview.git diff --git a/pv/device/device.h b/pv/device/device.h index b9e17297..1bcadab4 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; };