]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
* ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
[vlc] / include / vlc_objects.h
index 23b4bbb09001432c52e7972cff59c0eae5952030..956e595e198142203c4cbd1250578762930bdb5b 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_objects.h: vlc_object_t definition.
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: vlc_objects.h,v 1.13 2002/10/14 16:46:55 sam Exp $
+ * $Id: vlc_objects.h,v 1.15 2003/01/27 17:41:01 ipkiss Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -50,19 +50,6 @@ struct vlc_object_t
     VLC_COMMON_MEMBERS
 };
 
-/*****************************************************************************
- * The vlc_list_t object list type
- *****************************************************************************/
-struct vlc_list_t
-{
-    int             i_count;
-    vlc_object_t ** pp_objects;
-
-    /* Private */
-    int             _i_extra;
-    vlc_object_t *  _p_first;
-};  
-
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/