Remove all mentions of iOS

This commit is contained in:
numzero
2023-03-14 18:48:55 +03:00
committed by sfan5
parent df8881898d
commit 25a7074c9a
6 changed files with 8 additions and 43 deletions

View File

@ -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;
};
};