git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2323df
)
hal probe: disable unused code
author
Rafaël Carré
<funman@videolan.org>
Fri, 5 Oct 2007 22:06:47 +0000
(22:06 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Fri, 5 Oct 2007 22:06:47 +0000
(22:06 +0000)
modules/misc/probe/hal.c
patch
|
blob
|
history
diff --git
a/modules/misc/probe/hal.c
b/modules/misc/probe/hal.c
index
5df5ed4
..
6b8475c
100644
(file)
--- a/
modules/misc/probe/hal.c
+++ b/
modules/misc/probe/hal.c
@@
-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;