]> sigrok.org Git - pulseview.git/blobdiff - pv/sigsession.cpp
Update the SigSession device, when it is selected by the user
[pulseview.git] / pv / sigsession.cpp
index 131f057de5d881e72d442418dff4952ebef74a27..354082c7262c351a3fe09423761823e7beab302d 100644 (file)
@@ -59,11 +59,6 @@ SigSession::~SigSession()
        _session = NULL;
 }
 
-struct sr_dev_inst* SigSession::get_device() const
-{
-       return _sdi;
-}
-
 void SigSession::set_device(struct sr_dev_inst *sdi)
 {
        _sdi = sdi;