Remove unused code

Change-Id: Ife0a43f3cfe64a1e74401b10bf74d37cbeefb5af
This commit is contained in:
Romain Guy
2012-01-19 17:41:39 -08:00
parent f9d9c065ed
commit 68fc1dfce0
2 changed files with 0 additions and 13 deletions

View File

@@ -2144,8 +2144,6 @@ public class Paint {
private static native void native_setTextAlign(int native_object,
int align);
private static native float native_getFontMetrics(int native_paint,
FontMetrics metrics);
private static native int native_getTextWidths(int native_object,
char[] text, int index, int count, float[] widths);
private static native int native_getTextWidths(int native_object,