]> git.sesse.net Git - vlc/commitdiff
remove unused custom typedef
authorRafaël Carré <funman@videolan.org>
Wed, 21 Dec 2011 06:08:02 +0000 (01:08 -0500)
committerRafaël Carré <funman@videolan.org>
Wed, 21 Dec 2011 06:08:02 +0000 (01:08 -0500)
extras/analyser/vlc.vim
include/vlc_common.h

index 5f8f3d94a51ba51fd7c24bc8a65058daf65cd8b4..0e9f869cbf7fe96102853e0ff73d6c865197b3cc 100644 (file)
@@ -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 
index 5b4870effd3cd8da58c8144d9645f8cc894bc5a6..1c64ecd58f7c7ba9d99c1b5570c1833a97ca4c8f 100644 (file)
  #include <sys/syslimits.h>
 #endif
 
-/* Counter for statistics and profiling */
-typedef unsigned long       count_t;
-
 /* Audio volume */
 typedef uint16_t            audio_volume_t;