Skip to content

Commit

Permalink
[Android] Remove the now unused texture loader on the JNI side of thi…
Browse files Browse the repository at this point in the history
…ngs.
  • Loading branch information
Sonicadvance1 committed Dec 12, 2013
1 parent 0e1e14b commit 40b3534
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 191 deletions.
3 changes: 1 addition & 2 deletions Source/Core/DolphinWX/CMakeLists.txt
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion Source/Core/DolphinWX/Src/Android/ButtonManager.cpp
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion Source/Core/DolphinWX/Src/Android/ButtonManager.h
Expand Up @@ -20,7 +20,6 @@
#include <string>
#include <map>
#include "CommonPaths.h"
#include "Android/TextureLoader.h"
#include "VideoBackendBase.h"

namespace ButtonManager
Expand Down
166 changes: 0 additions & 166 deletions Source/Core/DolphinWX/Src/Android/TextureLoader.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions Source/Core/DolphinWX/Src/Android/TextureLoader.h

This file was deleted.

0 comments on commit 40b3534

Please sign in to comment.