[vlc-commits] input: remove unused INPUT_UPDATE_NONE

Rémi Denis-Courmont git at videolan.org
Wed Apr 17 22:23:29 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 17 23:13:44 2013 +0300| [732c5ed426ded390ae85429c97958f81a11d2984] | committer: Rémi Denis-Courmont

input: remove unused INPUT_UPDATE_NONE

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=732c5ed426ded390ae85429c97958f81a11d2984
---

 include/vlc_input.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/vlc_input.h b/include/vlc_input.h
index 7c20004..37358d6 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -203,7 +203,6 @@ static inline void vlc_input_attachment_Delete( input_attachment_t *a )
  *****************************************************************************/
 
 /* i_update field of access_t/demux_t */
-#define INPUT_UPDATE_NONE       0x0000
 #define INPUT_UPDATE_SIZE       0x0001
 #define INPUT_UPDATE_TITLE      0x0010
 #define INPUT_UPDATE_SEEKPOINT  0x0020



More information about the vlc-commits mailing list