X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Flogicsignal.hpp;h=04ba1305fc455a8addd8f75236e529ebd04dc5d1;hp=45e815bae79e0d4e3fc8a68916be14a39183a9cd;hb=cc844e861276b56837c345d69975c50f009d57af;hpb=7ceb2376de956f72e2055467efe0a16a68da4bd8 diff --git a/pv/views/trace/logicsignal.hpp b/pv/views/trace/logicsignal.hpp index 45e815ba..04ba1305 100644 --- a/pv/views/trace/logicsignal.hpp +++ b/pv/views/trace/logicsignal.hpp @@ -89,17 +89,6 @@ public: */ pair 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.