diff --git a/YACReader/viewer.cpp b/YACReader/viewer.cpp index 1030bd50..00ac5b7d 100644 --- a/YACReader/viewer.cpp +++ b/YACReader/viewer.cpp @@ -28,7 +28,6 @@ currentPage(0), magnifyingGlassShowed(false), fullscreen(false), information(false), -adjustToWidthRatio(1), doublePage(false), doubleMangaPage(false), wheelStop(false), diff --git a/YACReader/viewer.h b/YACReader/viewer.h index 5800de34..7c3a1b67 100644 --- a/YACReader/viewer.h +++ b/YACReader/viewer.h @@ -114,7 +114,6 @@ virtual void mouseReleaseEvent ( QMouseEvent * event ); QPropertyAnimation * showGoToFlowAnimation; GoToDialog * goToDialog; //!Image properties - float adjustToWidthRatio; //! Comic //Comic * comic; int index;