[vlc-commits] Remove unused typedefs

Rémi Denis-Courmont git at videolan.org
Thu Jan 31 18:49:23 CET 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 31 19:48:56 2013 +0200| [469f433cfdfbf8d0a0603dd24398fe694d220b47] | committer: Rémi Denis-Courmont

Remove unused typedefs

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

 extras/analyser/vlc.vim |    8 ++++----
 include/vlc_common.h    |    8 --------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/extras/analyser/vlc.vim b/extras/analyser/vlc.vim
index 017670c..6e78a50 100644
--- a/extras/analyser/vlc.vim
+++ b/extras/analyser/vlc.vim
@@ -33,7 +33,7 @@ function VlcSyntax()
   syn keyword cType module_bank_t module_t module_config_t module_symbols_t
   syn keyword cType module_cache_t config_category_t
   " Playlist
-  syn keyword cType playlist_t playlist_item_t playlist_view_t 
+  syn keyword cType playlist_t playlist_item_t
   syn keyword cType services_discovery_t services_discovery_sys_t
   syn keyword cType playlist_add_t playlist_preparse_t
   syn keyword cType item_info_t item_info_category_t 
@@ -53,7 +53,7 @@ function VlcSyntax()
   syn keyword cType es_format_t video_palette_t
   " Aout
   syn keyword cType audio_output_t aout_sys_t
-  syn keyword cType aout_fifo_t aout_input_t audio_sample_format_t
+  syn keyword cType aout_fifo_t audio_sample_format_t
   syn keyword cType aout_mixer_sys_t aout_filter_sys_t audio_volume_t
   syn keyword cType aout_mixer_t aout_output_t audio_date_t 
   syn keyword cType aout_filter_t
@@ -62,12 +62,12 @@ function VlcSyntax()
   syn keyword cType chroma_sys_t picture_t picture_sys_t picture_heap_t
   syn keyword cType video_frame_format_t
   " SPU
-  syn keyword cType spu_t subpicture_t subpicture_sys_t 
+  syn keyword cType spu_t subpicture_t
   syn keyword cType subpicture_region_t text_style_t
   " Images
   syn keyword cType image_handler_t
   " Sout
-  syn keyword cType sout_instance_t sout_instance_sys_t sout_cfg_t
+  syn keyword cType sout_instance_t sout_cfg_t
   syn keyword cType sout_input_t sout_packetizer_input_t
   syn keyword cType sout_access_out_t sout_access_out_sys_t 
   syn keyword cType sout_mux_t sout_mux_sys_t
diff --git a/include/vlc_common.h b/include/vlc_common.h
index bf52eca..00ce1df 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -218,7 +218,6 @@ typedef enum {
 
 typedef struct playlist_t playlist_t;
 typedef struct playlist_item_t playlist_item_t;
-typedef struct playlist_view_t playlist_view_t;
 typedef struct services_discovery_t services_discovery_t;
 typedef struct services_discovery_sys_t services_discovery_sys_t;
 typedef struct playlist_add_t playlist_add_t;
@@ -258,7 +257,6 @@ typedef struct video_palette_t video_palette_t;
 typedef struct audio_output audio_output_t;
 typedef struct aout_sys_t aout_sys_t;
 typedef struct aout_fifo_t aout_fifo_t;
-typedef struct aout_input_t aout_input_t;
 typedef audio_format_t audio_sample_format_t;
 
 /* Video */
@@ -271,14 +269,12 @@ typedef struct picture_sys_t picture_sys_t;
 /* Subpictures */
 typedef struct spu_t spu_t;
 typedef struct subpicture_t subpicture_t;
-typedef struct subpicture_sys_t subpicture_sys_t;
 typedef struct subpicture_region_t subpicture_region_t;
 
 typedef struct image_handler_t image_handler_t;
 
 /* Stream output */
 typedef struct sout_instance_t sout_instance_t;
-typedef struct sout_instance_sys_t sout_instance_sys_t;
 
 typedef struct sout_input_t sout_input_t;
 typedef struct sout_packetizer_input_t sout_packetizer_input_t;
@@ -343,10 +339,6 @@ typedef struct input_stats_t input_stats_t;
 
 /* Update */
 typedef struct update_t update_t;
-typedef struct update_iterator_t update_iterator_t;
-
-/* Meta engine */
-typedef struct meta_engine_t meta_engine_t;
 
 /**
  * VLC value structure



More information about the vlc-commits mailing list