X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fruler.hpp;h=a2b80ab922dd6d593b00cc248e9f744d2db13b81;hb=1dffa582704bb6acb144a3e89bd6eb0e2ccf4f25;hp=6559f6f09cd770d2c0060a2eb1273ea4112a6d39;hpb=2f7982367e8382e05c862de7afc71075ded5f606;p=pulseview.git diff --git a/pv/view/ruler.hpp b/pv/view/ruler.hpp index 6559f6f0..a2b80ab9 100644 --- a/pv/view/ruler.hpp +++ b/pv/view/ruler.hpp @@ -73,18 +73,6 @@ private: std::shared_ptr get_mouse_over_item( const QPoint &pt); - /** - * Returns true if the selection of time items allows dragging. - * @return Returns true if the drag is acceptable. - */ - bool accept_drag() const; - - /** - * Drag the dragging items by the delta offset. - * @param delta the drag offset in pixels. - */ - void drag_items(const QPoint &delta); - private: void paintEvent(QPaintEvent *event);