Commit c7d5b899 authored by Rafaël Carré's avatar Rafaël Carré

hal probe: disable unused code

parent e2323df1
......@@ -112,13 +112,13 @@ static void Close( vlc_object_t *p_this )
dbus_connection_unref( p_sys->p_connection );
free( p_sys );
}
#if 0
static int GetAllDevices( device_probe_t *p_probe, device_t ***ppp_devices )
{
/// \todo : fill the dst array
return p_probe->p_sys->i_devices;
}
#endif
static void Update( device_probe_t * p_probe )
{
probe_sys_t *p_sys = p_probe->p_sys;
......
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