]> sigrok.org Git - pulseview.git/commitdiff
Removed unneeded Cursor::Size constant
authorJoel Holdsworth <redacted>
Sat, 20 Apr 2013 11:32:25 +0000 (12:32 +0100)
committerJoel Holdsworth <redacted>
Sat, 20 Apr 2013 11:32:25 +0000 (12:32 +0100)
pv/view/cursor.cpp
pv/view/cursor.h

index c4f4b6d7bf64a82f24473442d89d1bfc0f3939ac..1ec3b37a9948cf31d4d492c2af80973685d615b9 100644 (file)
@@ -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 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;
 const int Cursor::Offset = 1;
 
 const int Cursor::ArrowSize = 4;
index 2bedb5e9336b45518dd54514b6a3062945667d57..2e16882dac28613b1d81796a4b2a216c10d413bd 100644 (file)
@@ -40,7 +40,6 @@ private:
        static const QColor HighlightColour;
        static const QColor TextColour;
 
        static const QColor HighlightColour;
        static const QColor TextColour;
 
-       static const int Size;
        static const int Offset;
 
        static const int ArrowSize;
        static const int Offset;
 
        static const int ArrowSize;