From ab5c3501ea974a6ec9159813c11e07019cc1d405 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 2 Jan 2013 22:24:18 +0100 Subject: [PATCH] (Android) Get rid of #if 0 --- android/native/jni/input_autodetect.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/android/native/jni/input_autodetect.c b/android/native/jni/input_autodetect.c index 59eb71d05b..00eeb9cb53 100644 --- a/android/native/jni/input_autodetect.c +++ b/android/native/jni/input_autodetect.c @@ -25,11 +25,6 @@ static void input_autodetect_get_device_name(char *buf, size_t size, int id) { buf[0] = '\0'; -#if 0 - if (id <= 0) - return; -#endif - JavaVM *vm = g_android.app->activity->vm; JNIEnv *env = NULL; (*vm)->AttachCurrentThread(vm, &env, 0);