diff options
| author | Mat M <mathew1800@gmail.com> | 2018-10-12 10:29:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-12 10:29:28 -0400 |
| commit | ecd4897d43e115dbc00534fe74a5cc9d2c3a0fed (patch) | |
| tree | a2a879c0df72ce242ec69b51405426d2b52f3bc5 /Source/Android/jni/MainAndroid.cpp | |
| parent | 7ac90b55d6263b1369defcdcc85af290add87d9a (diff) | |
| parent | 349765ba77df11a9d5eeac424ac87e0047c7f0b3 (diff) | |
Merge pull request #7437 from stenzek/graphics-options-race
Fix race condition caused by opening graphics options while running
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 089d0b776d..4d230fca60 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -127,10 +127,6 @@ bool Host_RendererIsFullscreen() return false; } -void Host_ShowVideoConfig(void*, const std::string&) -{ -} - void Host_YieldToUI() { } |
