X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=615802239e2486d1a37d44705f0c98c98265ba80;hb=5c47d6c11c336a963c0251b55313bab3fababcaa;hp=f754868c96b69b4efd0bc61856fa71d946aa3071;hpb=14009012e02866aa8e8d338026901d180d00fcc6;p=pulseview.git diff --git a/pv/view/view.cpp b/pv/view/view.cpp index f754868..6158022 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -69,7 +69,6 @@ const int View::MaxScrollValue = INT_MAX / 2; const int View::SignalHeight = 30; const int View::SignalMargin = 10; -const int View::SignalSnapGridSize = 10; const QColor View::CursorAreaColour(220, 231, 243);