Remove unused field from AssetManager.

This field was introduced in commit 4bdd33b81a17 but wasn't
used there (or since).

Change-Id: I0615e98b8990d42da6b85f8094ab19eb0465fd9e
This commit is contained in:
Narayan Kamath
2014-01-22 11:09:09 +00:00
parent 9fc157a476
commit 2f756cbb5a

View File

@@ -70,7 +70,6 @@ public final class AssetManager {
// For communication with native code.
private int mObject;
private int mNObject; // used by the NDK
private StringBlock mStringBlocks[] = null;