mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
Deleted redundant methods
This commit is contained in:
parent
59963a6af0
commit
7286858c89
1 changed files with 0 additions and 10 deletions
|
@ -56,8 +56,6 @@ public class Book extends TitledEntity {
|
|||
private static final WeakReference<ZLImage> NULL_IMAGE = new WeakReference<ZLImage>(null);
|
||||
private WeakReference<ZLImage> myCover;
|
||||
|
||||
private RationalNumber myProgress;
|
||||
|
||||
Book(long id, ZLFile file, String title, String encoding, String language) {
|
||||
super(title);
|
||||
myId = id;
|
||||
|
@ -543,12 +541,4 @@ public class Book extends TitledEntity {
|
|||
.append("]")
|
||||
.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