From 3bc6bbc92cd2095f42039b5aadd0a14d0e5d9230 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Thu, 6 Oct 2011 13:11:04 -0700 Subject: Clean up CursorWindow code. Bug: 5332296 The code is functionally equivalent, but a little more efficient and much easier to maintain. Change-Id: I90670a13799df05831843a5137ab234929281b7c --- include/android_runtime/AndroidRuntime.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/android_runtime') 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 -- cgit v1.1