[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

@ -101,8 +101,7 @@ if(wxWidgets_FOUND)
set(WXLIBS ${wxWidgets_LIBRARIES} dl)
else()
if(ANDROID)
set(SRCS Src/Android/TextureLoader.cpp
Src/Android/ButtonManager.cpp
set(SRCS Src/Android/ButtonManager.cpp
Src/MainAndroid.cpp)
else()
set(SRCS Src/MainNoGUI.cpp)