Kaydet (Commit) e585b120 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Miklos Vajna

android: don't need the cursor position from DocumentOverlay

Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3
üst 20382895
...@@ -205,10 +205,6 @@ public class DocumentOverlay { ...@@ -205,10 +205,6 @@ public class DocumentOverlay {
} }
}); });
} }
public RectF getCursorPosition() {
return mDocumentOverlayView.getCursorPosition();
}
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -368,10 +368,6 @@ public class DocumentOverlayView extends View implements View.OnTouchListener { ...@@ -368,10 +368,6 @@ public class DocumentOverlayView extends View implements View.OnTouchListener {
} }
return null; return null;
} }
public RectF getCursorPosition() {
return mCursor.mPosition;
}
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment