[vlc-commits] remove unused custom typedef
Rafaël Carré
git at videolan.org
Wed Dec 21 07:09:15 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Dec 21 01:08:02 2011 -0500| [022964d9a587e2d5adc5808f4ae17ebcdddbd85f] | committer: Rafaël Carré
remove unused custom typedef
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=022964d9a587e2d5adc5808f4ae17ebcdddbd85f
---
extras/analyser/vlc.vim | 2 +-
include/vlc_common.h | 3 ---
2 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/extras/analyser/vlc.vim b/extras/analyser/vlc.vim
index 5f8f3d9..0e9f869 100644
--- a/extras/analyser/vlc.vim
+++ b/extras/analyser/vlc.vim
@@ -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
diff --git a/include/vlc_common.h b/include/vlc_common.h
index 5b4870e..1c64ecd 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -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;
More information about the vlc-commits
mailing list