diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2018-04-17 14:10:05 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2018-04-17 14:10:05 +0100 |
| commit | 4cfd900c67b98aead0ca9e24963ca6f126431006 (patch) | |
| tree | 5e7884b7ee883deb45d0655f585dbc87c059e416 /Source/Android/jni/MainAndroid.cpp | |
| parent | 41f07a877338ea725f3e60ba4f73eb7384f7cf31 (diff) | |
Fix some warnings
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 8fe48c992e..eca343be85 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -123,10 +123,6 @@ void Host_RequestRenderWindowSize(int width, int height) { } -void Host_SetStartupDebuggingParameters() -{ -} - bool Host_UINeedsControllerState() { return true; |
