]> git.sesse.net Git - vlc/commitdiff
Remove dummy declarations
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 24 Jan 2008 16:24:43 +0000 (16:24 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 24 Jan 2008 16:24:43 +0000 (16:24 +0000)
include/vlc_messages.h

index 20163184aadc89841a71ac27e4472862a2ae1e56..8ca7ff0c4a0f15faf7fb9d601df5ae4a81ca9cc1 100644 (file)
@@ -33,9 +33,6 @@
 
 #include <stdarg.h>
 
-int vlc_mutex_lock(  vlc_mutex_t * ) ;
-int vlc_mutex_unlock(  vlc_mutex_t * ) ;
-
 /**
  * \defgroup messages Messages
  * This library provides basic functions for threads to interact with user