diff options
author | numzero <numzer0@yandex.ru> | 2023-03-14 18:48:55 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-03-14 17:54:08 +0100 |
commit | 25a7074c9af510b6d93d8e84309997e45bad094f (patch) | |
tree | dab105cac8e2ca7dbdf5f1a695dfd870be7e5904 /include/SExposedVideoData.h | |
parent | df8881898d08234920696e32f777ee31b7431386 (diff) | |
download | irrlicht-25a7074c9af510b6d93d8e84309997e45bad094f.tar.xz |
Remove all mentions of iOS
Diffstat (limited to 'include/SExposedVideoData.h')
-rw-r--r-- | include/SExposedVideoData.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/SExposedVideoData.h b/include/SExposedVideoData.h index ba47f1e..5e86562 100644 --- a/include/SExposedVideoData.h +++ b/include/SExposedVideoData.h @@ -78,21 +78,6 @@ struct SExposedVideoData //! The EGLNativeWindowType object.
void* Window;
};
-
- struct SOpenGLiOS
- {
- //! The EAGLContext object.
- void* Context;
-
- //! The subview UIView object where the drawing happens.
- void* View;
-
- //! The UIViewController object.
- void* ViewController;
-
- //! The UIWindow object.
- void* Window;
- };
struct SOGLESAndroid
{
@@ -107,7 +92,6 @@ struct SExposedVideoData SOpenGLLinux OpenGLLinux;
SOpenGLOSX OpenGLOSX;
SOpenGLFB OpenGLFB;
- SOpenGLiOS OpenGLiOS;
SOGLESAndroid OGLESAndroid;
};
};
|