mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
removed unused code
This commit is contained in:
parent
b5360f1347
commit
04862d12f8
3 changed files with 0 additions and 10 deletions
|
@ -88,9 +88,6 @@ public final class FBReaderApp extends ZLApplication {
|
|||
public final ZLStringOption FooterFontOption =
|
||||
new ZLStringOption("Options", "FooterFont", "Droid Sans");
|
||||
|
||||
final ZLBooleanOption SelectionEnabledOption =
|
||||
new ZLBooleanOption("Options", "IsSelectionEnabled", true);
|
||||
|
||||
final ZLStringOption ColorProfileOption =
|
||||
new ZLStringOption("Options", "ColorProfile", ColorProfile.DAY);
|
||||
|
||||
|
|
|
@ -542,11 +542,6 @@ public final class FBView extends ZLTextView {
|
|||
return myFooter;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isSelectionEnabled() {
|
||||
return myReader.SelectionEnabledOption.getValue();
|
||||
}
|
||||
|
||||
public static final int SCROLLBAR_SHOW_AS_FOOTER = 3;
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1182,8 +1182,6 @@ public abstract class ZLTextView extends ZLTextViewBase {
|
|||
return false;
|
||||
}
|
||||
|
||||
protected abstract boolean isSelectionEnabled();
|
||||
|
||||
private ZLTextRegion mySelectedRegion;
|
||||
private boolean myHighlightSelectedRegion = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue