Commit 03be7a7d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused property

parent 16a5d32a
...@@ -349,7 +349,6 @@ int Activate ( vlc_object_t *p_this ) ...@@ -349,7 +349,6 @@ int Activate ( vlc_object_t *p_this )
DisableXScreenSaver( p_vout ); DisableXScreenSaver( p_vout );
/* Misc init */ /* Misc init */
p_vout->p_sys->b_altfullscreen = 0;
p_vout->p_sys->i_time_button_last_pressed = 0; p_vout->p_sys->i_time_button_last_pressed = 0;
#ifdef MODULE_NAME_IS_xvmc #ifdef MODULE_NAME_IS_xvmc
......
...@@ -216,7 +216,6 @@ struct vout_sys_t ...@@ -216,7 +216,6 @@ struct vout_sys_t
int i_vout_event; /* 1(Fullsupport), 2(FullscreenOnly), 3(none) */ int i_vout_event; /* 1(Fullsupport), 2(FullscreenOnly), 3(none) */
/* X11 generic properties */ /* X11 generic properties */
bool b_altfullscreen; /* which fullscreen method */
#ifdef HAVE_SYS_SHM_H #ifdef HAVE_SYS_SHM_H
int i_shm_opcode; /* shared memory extension opcode */ int i_shm_opcode; /* shared memory extension opcode */
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment