summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
-rw-r--r--Source/Android/jni/MainAndroid.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp
index 7f4daf54dd..646f745a13 100644
--- a/Source/Android/jni/MainAndroid.cpp
+++ b/Source/Android/jni/MainAndroid.cpp
@@ -110,10 +110,6 @@ void Host_PPCBreakpointsChanged()
{
}
-void Host_RefreshDSPDebuggerWindow()
-{
-}
-
bool Host_UIBlocksControllerState()
{
return false;
@@ -163,10 +159,6 @@ void Host_JitProfileDataWiped()
{
}
-void Host_UpdateMainFrame()
-{
-}
-
void Host_RequestRenderWindowSize(int width, int height)
{
std::thread jnicall(UpdatePointer);