mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
cleanup: unnecessary methods
This commit is contained in:
parent
d90a8ed116
commit
42f6ab142f
1 changed files with 0 additions and 10 deletions
|
@ -1530,16 +1530,6 @@ public abstract class ZLTextView extends ZLTextViewBase {
|
|||
return myCurrentPage.TextElementMap.binarySearch(x, y);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onFingerMove(int x, int y) {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onFingerRelease(int x, int y) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void hideSelectedRegionBorder() {
|
||||
myHighlightSelectedRegion = false;
|
||||
Application.getViewWidget().reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue