Skip to content

Commit

Permalink
Update SExposedVideoData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored Oct 23, 2024
1 parent 2c578e2 commit 40c496a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions irr/include/SExposedVideoData.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ struct SExposedVideoData
void *Window;
};

struct SOpenGLFB
{
//! The EGLNativeWindowType object.
void *Window;
};

struct SOGLESAndroid
{
//! The ANativeWindow object.
Expand All @@ -80,7 +74,6 @@ struct SExposedVideoData
SOpenGLWin32 OpenGLWin32;
SOpenGLLinux OpenGLLinux;
SOpenGLOSX OpenGLOSX;
SOpenGLFB OpenGLFB;
SOGLESAndroid OGLESAndroid;
};
};
Expand Down

0 comments on commit 40c496a

Please sign in to comment.