diff options
| author | Jules Blok <jules.blok@gmail.com> | 2016-11-11 20:48:19 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2016-11-11 20:48:19 +0100 |
| commit | aab6b70868b5d785886b9d54f7d49848463e002e (patch) | |
| tree | 8b537e5c2f6f0a162b1bb441aa14db69f6cd92fb /Source/Android/jni/MainAndroid.cpp | |
| parent | d8201a7e8bb26291f378f1197df0893955220031 (diff) | |
MainAndroid: Remove obsolete Host_RequestFullscreen() function
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 4cd975fae8..24fabfb72a 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -113,10 +113,6 @@ void Host_RequestRenderWindowSize(int width, int height) { } -void Host_RequestFullscreen(bool enable_fullscreen) -{ -} - void Host_SetStartupDebuggingParameters() { } |
