diff options
| author | JosJuice <josjuice@gmail.com> | 2020-03-30 19:17:02 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2020-04-03 12:53:38 +0200 |
| commit | 55f787b89898d28bd6245ec6768247659dd85b88 (patch) | |
| tree | 4e7fdaada17bde18509c8c78995faeb5b5bb0e2f /Source/Android/jni/MainAndroid.cpp | |
| parent | c6ee767851dee68bfc67bcbe7f176512080b7e7c (diff) | |
Remove unused function Host_UpdateProgressDialog
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 9b081b9ad1..1ef2a77431 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() { } |
