refactor: remove unused code

This commit is contained in:
Gauthier Roebroeck 2020-08-24 14:41:23 +08:00
parent 9e406e3316
commit 0635d1c4a3

View file

@ -434,12 +434,6 @@ export default Vue.extend({
continuousReader (): boolean {
return this.readingDirection === ReadingDirection.WEBTOON
},
fullWidthReader (): boolean {
if (this.continuousReader) {
return this.continuousScale === ContinuousScaleType.WIDTH
}
return this.scale === ScaleType.WIDTH
},
progress (): number {
return this.page / this.pagesCount * 100
},