[vlc-commits] video_output: remove unused structure field
Steve Lhomme
git at videolan.org
Tue Oct 23 11:45:35 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Oct 23 10:14:53 2018 +0200| [46595146b6ad4227d480ff59e1a5c9dfd68eb98d] | committer: Steve Lhomme
video_output: remove unused structure field
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=46595146b6ad4227d480ff59e1a5c9dfd68eb98d
---
src/video_output/window.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/video_output/window.c b/src/video_output/window.c
index f1c6dfc286..ebbfde191e 100644
--- a/src/video_output/window.c
+++ b/src/video_output/window.c
@@ -228,7 +228,6 @@ static void vout_display_window_GetSize(vlc_object_t *obj,
typedef struct vout_display_window
{
- vout_display_t *vd;
vlc_mouse_t mouse;
vlc_tick_t last_left_press;
} vout_display_window_t;
More information about the vlc-commits
mailing list