[vlc-devel] commit: Remove unused property ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Aug 16 21:37:37 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 16 22:36:36 2009 +0300| [03be7a7d753b6fe2dcc836f804e717eb98a8a981] | committer: Rémi Denis-Courmont
Remove unused property
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03be7a7d753b6fe2dcc836f804e717eb98a8a981
---
modules/video_output/x11/xcommon.c | 1 -
modules/video_output/x11/xcommon.h | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index 441ea25..ef0efd9 100644
--- a/modules/video_output/x11/xcommon.c
+++ b/modules/video_output/x11/xcommon.c
@@ -349,7 +349,6 @@ int Activate ( vlc_object_t *p_this )
DisableXScreenSaver( p_vout );
/* Misc init */
- p_vout->p_sys->b_altfullscreen = 0;
p_vout->p_sys->i_time_button_last_pressed = 0;
#ifdef MODULE_NAME_IS_xvmc
diff --git a/modules/video_output/x11/xcommon.h b/modules/video_output/x11/xcommon.h
index 0cee7ac..83a2ae8 100644
--- a/modules/video_output/x11/xcommon.h
+++ b/modules/video_output/x11/xcommon.h
@@ -216,7 +216,6 @@ struct vout_sys_t
int i_vout_event; /* 1(Fullsupport), 2(FullscreenOnly), 3(none) */
/* X11 generic properties */
- bool b_altfullscreen; /* which fullscreen method */
#ifdef HAVE_SYS_SHM_H
int i_shm_opcode; /* shared memory extension opcode */
#endif
More information about the vlc-devel
mailing list