]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitem.cpp
ViewItem: Moved in paint_fore, paint_mid and paint_back
[pulseview.git] / pv / view / rowitem.cpp
index 597c4a138ec53fa4ecde9d924d4307be529abb4c..5666168e4ea590087d7ec82d5511cbef7a4a42b0 100644 (file)
@@ -120,24 +120,6 @@ QPoint RowItem::point() const
        return QPoint(0, visual_v_offset());
 }
 
-void RowItem::paint_back(QPainter &p, const RowItemPaintParams &pp)
-{
-       (void)p;
-       (void)pp;
-}
-
-void RowItem::paint_mid(QPainter &p, const RowItemPaintParams &pp)
-{
-       (void)p;
-       (void)pp;
-}
-
-void RowItem::paint_fore(QPainter &p, const RowItemPaintParams &pp)
-{
-       (void)p;
-       (void)pp;
-}
-
 void RowItem::hover_point_changed()
 {
 }