diff options
| author | Dentomologist <dentomologist@gmail.com> | 2025-08-02 14:26:15 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2025-08-03 13:12:01 -0700 |
| commit | d0de0a3f478a8a491c5b7dad8369dc0961110925 (patch) | |
| tree | f95ca17f4177c6072d792bf6d66d02440db6fc9c /Source/Android/jni/MainAndroid.cpp | |
| parent | 6ca486ffb20bd20d8e3efa20f5dc45beb18613c2 (diff) | |
Host: Remove unnecessary function
Remove Host_UpdateMainFrame(). The only non-empty call happened in
DolphinNoGUI which called s_update_main_frame_event.Set(), but
DolphinNoGUI never waits on that event.
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index 7f4daf54dd..0380ade0b8 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -163,10 +163,6 @@ void Host_JitProfileDataWiped() { } -void Host_UpdateMainFrame() -{ -} - void Host_RequestRenderWindowSize(int width, int height) { std::thread jnicall(UpdatePointer); |
