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),
|
magnifyingGlassShowed(false),
|
||||||
fullscreen(false),
|
fullscreen(false),
|
||||||
information(false),
|
information(false),
|
||||||
adjustToWidthRatio(1),
|
|
||||||
doublePage(false),
|
doublePage(false),
|
||||||
doubleMangaPage(false),
|
doubleMangaPage(false),
|
||||||
wheelStop(false),
|
wheelStop(false),
|
||||||
|
@ -114,7 +114,6 @@ virtual void mouseReleaseEvent ( QMouseEvent * event );
|
|||||||
QPropertyAnimation * showGoToFlowAnimation;
|
QPropertyAnimation * showGoToFlowAnimation;
|
||||||
GoToDialog * goToDialog;
|
GoToDialog * goToDialog;
|
||||||
//!Image properties
|
//!Image properties
|
||||||
float adjustToWidthRatio;
|
|
||||||
//! Comic
|
//! Comic
|
||||||
//Comic * comic;
|
//Comic * comic;
|
||||||
int index;
|
int index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user