]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/logicsignal.hpp
Remove non-functional remains of the scale drag handle
[pulseview.git] / pv / views / trace / logicsignal.hpp
index 45e815bae79e0d4e3fc8a68916be14a39183a9cd..04ba1305fc455a8addd8f75236e529ebd04dc5d1 100644 (file)
@@ -89,17 +89,6 @@ public:
         */
        pair<int, int> v_extents() const;
 
-       /**
-        * Returns the offset to show the drag handle.
-        */
-       int scale_handle_offset() const;
-
-       /**
-        * Handles the scale handle being dragged to an offset.
-        * @param offset the offset the scale handle was dragged to.
-        */
-       void scale_handle_dragged(int offset);
-
        /**
         * Paints the mid-layer of the signal with a QPainter
         * @param p the QPainter to paint into.