X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.hpp;fp=pv%2Fview%2Fmarginwidget.hpp;h=029d68e5214970d700c4e3e0240b8c79935044ba;hp=2178003f00969584c309d7832c6a09b2dab756c0;hb=1dffa582704bb6acb144a3e89bd6eb0e2ccf4f25;hpb=f15bb3bc4f964eaafdd4c46f29f69ef74572baee diff --git a/pv/view/marginwidget.hpp b/pv/view/marginwidget.hpp index 2178003f..029d68e5 100644 --- a/pv/view/marginwidget.hpp +++ b/pv/view/marginwidget.hpp @@ -67,12 +67,6 @@ protected: */ void show_popup(const std::shared_ptr &item); - /** - * Drag the dragging items by the delta offset. - * @param delta the drag offset in pixels. - */ - virtual void drag_items(const QPoint &delta) = 0; - /** * Handles left mouse button press events. * @param event the mouse event that triggered this handler.