X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=4f16e3a72b8bbb4f15cfdebd257b6ab0c6e3dd1d;hb=f1283456ae0859990ccd914f8c147064345df13f;hp=69c1f09cfd225ba67bb9fcc60ea1d95e3681cfbd;hpb=2a2512b21581ea346fea7d96bd3deeb37f1cfed4;p=pulseview.git diff --git a/pv/view/signal.h b/pv/view/signal.h index 69c1f09..4f16e3a 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -87,16 +87,6 @@ public: */ void set_v_offset(int v_offset); - /** - * Returns true if the signal has been selected by the user. - */ - bool selected() const; - - /** - * Selects or deselects the signal. - */ - void select(bool select = true); - /** * Paints the signal with a QPainter * @param p the QPainter to paint into. @@ -168,8 +158,6 @@ protected: QColor _colour; int _v_offset; - bool _selected; - QSizeF _text_size; };