From: Joel Holdsworth Date: Sat, 20 Apr 2013 11:32:25 +0000 (+0100) Subject: Removed unneeded Cursor::Size constant X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=50b53260403749627e75892873f8828f44f4b85d Removed unneeded Cursor::Size constant --- diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index c4f4b6d..1ec3b37 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; diff --git a/pv/view/cursor.h b/pv/view/cursor.h index 2bedb5e..2e16882 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -40,7 +40,6 @@ private: static const QColor HighlightColour; static const QColor TextColour; - static const int Size; static const int Offset; static const int ArrowSize;