]> sigrok.org Git - pulseview.git/blobdiff - pv/session.hpp
Device: Replaced Session::read_sample_rate with read_config
[pulseview.git] / pv / session.hpp
index 90dd82374675d768dd1d68a3c94e2ba5cc9e276e..59060a591fdfd0d743ad83780dbcd066cdefbc01 100644 (file)
@@ -136,8 +136,6 @@ private:
        std::shared_ptr<view::Signal> signal_from_channel(
                std::shared_ptr<sigrok::Channel> channel) const;
 
-       void read_sample_rate(std::shared_ptr<sigrok::Device> device);
-
 private:
        void sample_thread_proc(std::shared_ptr<devices::Device> device,
                std::function<void (const QString)> error_handler);