Remove unused *Step* data members from Viewer

This commit is contained in:
Igor Kushnir
2021-03-06 18:13:13 +02:00
parent 88e0f5513a
commit 133b547e7a
2 changed files with 0 additions and 5 deletions

View File

@ -119,7 +119,6 @@ private:
QPropertyAnimation *verticalScroller;
QPropertyAnimation *horizontalScroller;
QParallelAnimationGroup *groupScroller;
int posByStep;
int nextPos;
GoToFlowWidget *goToFlow;
QPropertyAnimation *showGoToFlowAnimation;
@ -135,7 +134,6 @@ private:
QTimer *hideCursorTimer;
int direction;
bool drag;
int numScrollSteps;
//! Widgets
QLabel *content;