Commit 835cb736 authored by Rafaël Carré's avatar Rafaël Carré

screensaver: Removes unused variable

parent df28e87a
...@@ -134,8 +134,6 @@ static void Deactivate( vlc_object_t *p_this ) ...@@ -134,8 +134,6 @@ static void Deactivate( vlc_object_t *p_this )
*****************************************************************************/ *****************************************************************************/
static void Run( intf_thread_t *p_intf ) static void Run( intf_thread_t *p_intf )
{ {
vlc_bool_t b_quit = VLC_FALSE;
#ifdef HAVE_DBUS #ifdef HAVE_DBUS
p_intf->p_sys->p_connection = dbus_init( p_intf ); p_intf->p_sys->p_connection = dbus_init( p_intf );
#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