remove unused variable from viewer.cpp

This commit is contained in:
Felix Kauselmann 2016-07-01 19:31:12 +02:00
parent fcea62ba25
commit 912f50bcb8
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ currentPage(0),
magnifyingGlassShowed(false),
fullscreen(false),
information(false),
adjustToWidthRatio(1),
doublePage(false),
doubleMangaPage(false),
wheelStop(false),

View File

@ -114,7 +114,6 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
QPropertyAnimation * showGoToFlowAnimation;
GoToDialog * goToDialog;
//!Image properties
float adjustToWidthRatio;
//! Comic
//Comic * comic;
int index;