]> sigrok.org Git - pulseview.git/blobdiff - pv/data/logicsegment.hpp
Random simplifications, cosmetics/whitespace/consistency fixes.
[pulseview.git] / pv / data / logicsegment.hpp
index c7971726fe667a192a295c578f8ce07dcb64f5a8..3c012a45c3257bcf4c20be27256b3a243ba0cf2b 100644 (file)
@@ -77,7 +77,6 @@ public:
        typedef pair<int64_t, bool> EdgePair;
 
 public:
-       LogicSegment(pv::data::Logic& owner, shared_ptr<sigrok::Logic> data, uint64_t samplerate);
        LogicSegment(pv::data::Logic& owner, unsigned int unit_size, uint64_t samplerate);
 
        virtual ~LogicSegment();
@@ -94,7 +93,7 @@ public:
 private:
        uint64_t unpack_sample(const uint8_t *ptr) const;
        void pack_sample(uint8_t *ptr, uint64_t value);
-       
+
        void reallocate_mipmap_level(MipMapLevel &m);
 
        void append_payload_to_mipmap();