Commit 732c5ed4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

input: remove unused INPUT_UPDATE_NONE

parent f349eef0
...@@ -203,7 +203,6 @@ static inline void vlc_input_attachment_Delete( input_attachment_t *a ) ...@@ -203,7 +203,6 @@ static inline void vlc_input_attachment_Delete( input_attachment_t *a )
*****************************************************************************/ *****************************************************************************/
/* i_update field of access_t/demux_t */ /* i_update field of access_t/demux_t */
#define INPUT_UPDATE_NONE 0x0000
#define INPUT_UPDATE_SIZE 0x0001 #define INPUT_UPDATE_SIZE 0x0001
#define INPUT_UPDATE_TITLE 0x0010 #define INPUT_UPDATE_TITLE 0x0010
#define INPUT_UPDATE_SEEKPOINT 0x0020 #define INPUT_UPDATE_SEEKPOINT 0x0020
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment