diff options
author | sfan5 <sfan5@live.de> | 2023-01-02 21:21:53 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-01-02 21:21:53 +0100 |
commit | 7d3142b969c72d9bcaca1836acc8dc69485e18a5 (patch) | |
tree | f821b7070138cff38814f6055f2ffc0a117434c5 /source/Irrlicht/Android/CIrrDeviceAndroid.cpp | |
parent | a9230e5f499f20a537175abdd3bc733527921089 (diff) | |
download | irrlicht-7d3142b969c72d9bcaca1836acc8dc69485e18a5.tar.xz |
Remove leftover code from software rendering
Diffstat (limited to 'source/Irrlicht/Android/CIrrDeviceAndroid.cpp')
-rw-r--r-- | source/Irrlicht/Android/CIrrDeviceAndroid.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Irrlicht/Android/CIrrDeviceAndroid.cpp b/source/Irrlicht/Android/CIrrDeviceAndroid.cpp index 55668a2..43c5b0f 100644 --- a/source/Irrlicht/Android/CIrrDeviceAndroid.cpp +++ b/source/Irrlicht/Android/CIrrDeviceAndroid.cpp @@ -180,11 +180,6 @@ void CIrrDeviceAndroid::setWindowCaption(const wchar_t* text) {
}
-bool CIrrDeviceAndroid::present(video::IImage* surface, void* windowId, core::rect<s32>* srcClip)
-{
- return true;
-}
-
bool CIrrDeviceAndroid::isWindowActive() const
{
return (Focused && !Paused);
|