Browse Source

wayland: Remove some unused variables

Frank Praznik 2 years ago
parent
commit
9084b6c666
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/video/wayland/SDL_waylandvideo.h

+ 0 - 5
src/video/wayland/SDL_waylandvideo.h

@@ -79,10 +79,6 @@ struct SDL_VideoData
     struct wp_fractional_scale_manager_v1 *fractional_scale_manager;
     struct zwp_input_timestamps_manager_v1 *input_timestamps_manager;
 
-    EGLDisplay edpy;
-    EGLContext context;
-    EGLConfig econf;
-
     struct xkb_context *xkb_context;
     struct SDL_WaylandInput *input;
     struct SDL_WaylandTabletManager *tablet_manager;
@@ -110,7 +106,6 @@ struct SDL_DisplayData
     int x, y, screen_width, screen_height, refresh, transform;
     SDL_DisplayOrientation orientation;
     int physical_width, physical_height;
-    float ddpi, hdpi, vdpi;
     SDL_bool has_logical_position, has_logical_size;
     SDL_DisplayID display;
     SDL_VideoDisplay placeholder;