Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c7d5b899
Commit
c7d5b899
authored
Oct 05, 2007
by
Rafaël Carré
Browse files
hal probe: disable unused code
parent
e2323df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/probe/hal.c
View file @
c7d5b899
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment