X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.cpp;h=1ec3b37a9948cf31d4d492c2af80973685d615b9;hp=c4f4b6d7bf64a82f24473442d89d1bfc0f3939ac;hb=50b53260403749627e75892873f8828f44f4b85d;hpb=d5bf2c6ce9dfcffdc94c6b71c8f015e88b8bc2b8 diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index c4f4b6d7..1ec3b37a 100644 --- a/pv/view/cursor.cpp +++ b/pv/view/cursor.cpp @@ -41,7 +41,6 @@ const QColor Cursor::FillColour(52, 101, 164); const QColor Cursor::HighlightColour(83, 130, 186); const QColor Cursor::TextColour(Qt::white); -const int Cursor::Size = 12; const int Cursor::Offset = 1; const int Cursor::ArrowSize = 4;