Skip to content

Commit

Permalink
[fix] remove unused egl_image struct field in Waymirror demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerfulPianissimo committed Aug 25, 2024
1 parent 76c3e32 commit f93878a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libwayshot/examples/waymirror-egl/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pub struct WaylandEGLState {
pub egl_display: Option<egl::Display>,
pub egl_surface: Option<egl::Surface>,
pub egl_context: Option<egl::Context>,
pub egl_image: Option<egl::Image>,

pub gl_program: GLuint,
pub gl_texture: GLuint,
Expand Down Expand Up @@ -62,7 +61,6 @@ impl WaylandEGLState {
egl_display: None,
egl_surface: None,
egl_context: None,
egl_image: None,
gl_program: 0,
gl_texture: 0,

Expand Down

0 comments on commit f93878a

Please sign in to comment.