From 50b53260403749627e75892873f8828f44f4b85d Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 20 Apr 2013 12:32:25 +0100 Subject: [PATCH] Removed unneeded Cursor::Size constant --- pv/view/cursor.cpp | 1 - pv/view/cursor.h | 1 - 2 files changed, 2 deletions(-) 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; diff --git a/pv/view/cursor.h b/pv/view/cursor.h index 2bedb5e9..2e16882d 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; -- 2.30.2