Browse Source

Remove useless memset

pull/2/head
Rémi Denis-Courmont 18 years ago
parent
commit
7d413c48df
  1. 2
      modules/control/globalhotkeys/xcb.c

2
modules/control/globalhotkeys/xcb.c

@ -100,8 +100,6 @@ static int Open( vlc_object_t *p_this )
goto error;
/* Get the root windows of the default screen */
memset( &p_sys->root, 0, sizeof( p_sys->root ) );
const xcb_setup_t* xcbsetup = xcb_get_setup( p_sys->p_connection );
if( !xcbsetup )
goto error;

Loading…
Cancel
Save