Commit 022964d9 authored by Rafaël Carré's avatar Rafaël Carré

remove unused custom typedef

parent 0a896b6b
......@@ -23,7 +23,7 @@ function VlcSyntax()
syn keyword cConstant VLC_ESTATUS VLC_EEXIT VLC_EMODULE VLC_EOBJECT
syn keyword cConstant VLC_ENOOBJ VLC_ENOMOD VLC_VAR_ADDRESS
" custom types
syn keyword cType vlc_fixed_t mtime_t byte_t dctelem_t count_t ssize_t off_t
syn keyword cType vlc_fixed_t mtime_t byte_t dctelem_t ssize_t off_t
syn keyword cType vlc_bool_t vlc_fourcc_t vlc_value_t
" Core custom structures
syn keyword cType vlc_t libvlc_t vlc_object_t vlc_error_t vlc_status_t
......
......@@ -151,9 +151,6 @@
#include <sys/syslimits.h>
#endif
/* Counter for statistics and profiling */
typedef unsigned long count_t;
/* Audio volume */
typedef uint16_t audio_volume_t;
......
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