[vlc-commits] [Git][videolan/vlc][master] vout: wayland: remove stray dimension fields
    Rémi Denis-Courmont (@Courmisch) 
    gitlab at videolan.org
       
    Thu Jul 15 18:40:09 UTC 2021
    
    
  
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
Commits:
20edbebd by Steve Lhomme at 2021-07-15T17:52:42+00:00
vout: wayland: remove stray dimension fields
Forgotten in 51cf42cd5d47f92bdbca73e43be7688959a67941
- - - - -
1 changed file:
- modules/video_output/wayland/shm.c
Changes:
=====================================
modules/video_output/wayland/shm.c
=====================================
@@ -53,9 +53,6 @@ typedef struct vout_display_sys_t
     struct wp_viewport *viewport;
 
     size_t active_buffers;
-
-    unsigned display_width;
-    unsigned display_height;
 } vout_display_sys_t;
 
 struct buffer_data
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/20edbebd058243a3c19a2421e408c8a28aa5688c
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/20edbebd058243a3c19a2421e408c8a28aa5688c
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list