mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
Deleted redundant methods
This commit is contained in:
parent
59963a6af0
commit
7286858c89
1 changed files with 0 additions and 10 deletions
|
@ -55,8 +55,6 @@ public class Book extends TitledEntity {
|
||||||
|
|
||||||
private static final WeakReference<ZLImage> NULL_IMAGE = new WeakReference<ZLImage>(null);
|
private static final WeakReference<ZLImage> NULL_IMAGE = new WeakReference<ZLImage>(null);
|
||||||
private WeakReference<ZLImage> myCover;
|
private WeakReference<ZLImage> myCover;
|
||||||
|
|
||||||
private RationalNumber myProgress;
|
|
||||||
|
|
||||||
Book(long id, ZLFile file, String title, String encoding, String language) {
|
Book(long id, ZLFile file, String title, String encoding, String language) {
|
||||||
super(title);
|
super(title);
|
||||||
|
@ -543,12 +541,4 @@ public class Book extends TitledEntity {
|
||||||
.append("]")
|
.append("]")
|
||||||
.toString();
|
.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setProgress(long numerator, long denominator) {
|
|
||||||
myProgress = new RationalNumber(numerator, denominator);
|
|
||||||
}
|
|
||||||
|
|
||||||
public RationalNumber getProgress() {
|
|
||||||
return myProgress;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue