[Android] Remove the now unused texture loader on the JNI side of things.

This commit is contained in:
Ryan Houdek
2013-12-11 20:09:54 -06:00
parent 0e1e14b3a1
commit 40b3534319
5 changed files with 1 additions and 191 deletions

View File

@ -17,7 +17,6 @@
#include <unordered_map>
#include "GLInterface.h"
#include "Android/TextureLoader.h"
#include "Android/ButtonManager.h"
extern void DrawButton(GLuint tex, float *coords);