mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
remove unused variable from viewer.cpp
This commit is contained in:
parent
fcea62ba25
commit
912f50bcb8
@ -28,7 +28,6 @@ currentPage(0),
|
||||
magnifyingGlassShowed(false),
|
||||
fullscreen(false),
|
||||
information(false),
|
||||
adjustToWidthRatio(1),
|
||||
doublePage(false),
|
||||
doubleMangaPage(false),
|
||||
wheelStop(false),
|
||||
|
@ -114,7 +114,6 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
|
||||
QPropertyAnimation * showGoToFlowAnimation;
|
||||
GoToDialog * goToDialog;
|
||||
//!Image properties
|
||||
float adjustToWidthRatio;
|
||||
//! Comic
|
||||
//Comic * comic;
|
||||
int index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user