diff options
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;
};
};
|