diff options
| author | JMC47 <JMC4789@gmail.com> | 2020-04-21 23:59:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-21 23:59:37 -0400 |
| commit | a5bd263dfba780de6a6fc88ccc996d42d350d416 (patch) | |
| tree | 0337aa4a34d5c405926dc0ca49c761cc44522bf2 /Source/Android/jni/MainAndroid.cpp | |
| parent | c33565295dd913991a543147f81be8687f3be737 (diff) | |
| parent | 55f787b89898d28bd6245ec6768247659dd85b88 (diff) | |
Merge pull request #8714 from JosJuice/progress-dialog-thread
DolphinQt: Run tasks that use progress dialogs on separate threads
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 2bebbc4e8d..122f3fd6d9 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -140,10 +140,6 @@ void Host_YieldToUI() { } -void Host_UpdateProgressDialog(const char* caption, int position, int total) -{ -} - void Host_TitleChanged() { } |
