]> git.sesse.net Git - vlc/blobdiff - src/misc/devices.c
* Documentation belongs to the .h, step 1
[vlc] / src / misc / devices.c
index 3d8f6be141122413919e661b899f09cab45f7d90..9a146cb732b5367b26788f62f00b1786a120028a 100644 (file)
@@ -21,6 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#if 0
+
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
@@ -50,3 +52,5 @@ void devices_ProbeCreate( vlc_object_t *p_this )
 
     p_this->p_libvlc_global->p_probe = p_probe;
 }
+
+#endif