]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.h
DecodeTrace: Removed set_view
[pulseview.git] / pv / view / decodetrace.h
index 52e41fc0023e951722c9c9cb15f192b319a43fea..ab495fa06f156ff5763d2896db2a215c0a8e1202 100644 (file)
@@ -90,8 +90,6 @@ public:
 
        const std::shared_ptr<pv::data::DecoderStack>& decoder() const;
 
-       void set_view(pv::view::View *view);
-
        /**
         * Paints the background layer of the trace with a QPainter
         * @param p the QPainter to paint into.