]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/SExposedVideoData.h
Remove all mentions of iOS
[irrlicht.git] / include / SExposedVideoData.h
index ba47f1eccd665e9368ae89072298d77a41e5cf54..5e86562b1cccac679c668b893f9dca2f7c6f55dd 100644 (file)
@@ -78,21 +78,6 @@ struct SExposedVideoData
                //! The EGLNativeWindowType object.\r
                void* Window;   \r
        };\r
-       \r
-       struct SOpenGLiOS\r
-       {\r
-               //! The EAGLContext object.\r
-               void* Context;\r
-                       \r
-               //! The subview UIView object where the drawing happens.\r
-               void* View;\r
-               \r
-               //! The UIViewController object.\r
-               void* ViewController;\r
-               \r
-               //! The UIWindow object.\r
-        void* Window;\r
-       };\r
 \r
        struct SOGLESAndroid\r
        {\r
@@ -107,7 +92,6 @@ struct SExposedVideoData
                SOpenGLLinux OpenGLLinux;\r
                SOpenGLOSX OpenGLOSX;\r
                SOpenGLFB OpenGLFB;\r
-               SOpenGLiOS OpenGLiOS;\r
                SOGLESAndroid OGLESAndroid;\r
        };\r
 };\r