diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-10-06 13:11:04 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-10-06 14:40:13 -0700 |
commit | 3bc6bbc92cd2095f42039b5aadd0a14d0e5d9230 (patch) | |
tree | 39b62affe30e0c2895a0f8a52212a7f91bd80dd7 /include/android_runtime | |
parent | 3b2faf68e5a66ac67b28d6f79d4ba213b6c0d09c (diff) | |
download | frameworks_base-3bc6bbc92cd2095f42039b5aadd0a14d0e5d9230.zip frameworks_base-3bc6bbc92cd2095f42039b5aadd0a14d0e5d9230.tar.gz frameworks_base-3bc6bbc92cd2095f42039b5aadd0a14d0e5d9230.tar.bz2 |
Clean up CursorWindow code.
Bug: 5332296
The code is functionally equivalent, but a little more efficient
and much easier to maintain.
Change-Id: I90670a13799df05831843a5137ab234929281b7c
Diffstat (limited to 'include/android_runtime')
-rw-r--r-- | include/android_runtime/AndroidRuntime.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/android_runtime/AndroidRuntime.h b/include/android_runtime/AndroidRuntime.h index 32cd4f5..fd33d59 100644 --- a/include/android_runtime/AndroidRuntime.h +++ b/include/android_runtime/AndroidRuntime.h @@ -31,8 +31,6 @@ namespace android { -class CursorWindow; - class AndroidRuntime { public: @@ -133,8 +131,6 @@ private: static int javaThreadShell(void* args); }; -extern CursorWindow * get_window_from_object(JNIEnv * env, jobject javaWindow); - } #endif |