From dad4497ebe103bb5b6af1927aa1e1c4f5d26b941 Mon Sep 17 00:00:00 2001
From: Sam Hocevar <sam@hocevar.net>
Date: Mon, 28 Feb 2011 02:26:02 +0000
Subject: [PATCH] Remove the Android hack, we can control it from the NDK build
 scripts.

---
 src/lolgl.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/lolgl.h b/src/lolgl.h
index 8ab5f0fa..ef651ca0 100644
--- a/src/lolgl.h
+++ b/src/lolgl.h
@@ -18,11 +18,6 @@
 
 #define GL_GLEXT_PROTOTYPES
 
-/* Defines for exotic platforms (until they get their config.h) */
-#ifdef ANDROID_NDK
-#   define HAVE_GLES_1X
-#endif
-
 /* Only define one GL platform */
 #if defined HAVE_GL_1X
 #   undef HAVE_GLES_1X