am fcba2353: Merge "Remove uncalled function -- java counterpart of the fix for bug:4183801" into honeycomb-mr1

* commit 'fcba23536b1b432a5977e1ba4ea70ae0ff5aed4a':
  Remove uncalled function -- java counterpart of the fix for bug:4183801
This commit is contained in:
Nicolas Roard
2011-04-07 17:24:05 -07:00
committed by Android Git Automerger

View File

@@ -8790,7 +8790,6 @@ public class WebView extends AbsoluteLayout
private native int nativeGetDrawGLFunction(Rect rect, Rect viewRect,
float scale, int extras);
private native void nativeUpdateDrawGLFunction(Rect rect, Rect viewRect);
private native boolean nativeDrawGL(Rect rect, float scale, int extras);
private native void nativeExtendSelection(int x, int y);
private native int nativeFindAll(String findLower, String findUpper,
boolean sameAsLastSearch);