1
0
Fork 0
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:
Nikolay Pultsin 2013-05-06 00:54:24 +04:00
parent d90a8ed116
commit 42f6ab142f

View file

@ -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();