summaryrefslogtreecommitdiffstats
path: root/include/android_runtime/AndroidRuntime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android_runtime/AndroidRuntime.h')
-rw-r--r--include/android_runtime/AndroidRuntime.h4
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