Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
2d14f88e
Commit
2d14f88e
authored
Jun 10, 2018
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: remove vlc_list_t
parent
0b3b1edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
include/vlc_common.h
include/vlc_common.h
+0
-11
No files found.
include/vlc_common.h
View file @
2d14f88e
...
...
@@ -328,7 +328,6 @@ static inline void vlc_fourcc_to_char( vlc_fourcc_t fcc, char *psz_fourcc )
*****************************************************************************/
/* Internal types */
typedef
struct
vlc_list_t
vlc_list_t
;
typedef
struct
vlc_object_t
vlc_object_t
;
typedef
struct
libvlc_int_t
libvlc_int_t
;
typedef
struct
date_t
date_t
;
...
...
@@ -457,16 +456,6 @@ typedef union
}
vlc_value_t
;
/**
* VLC list structure
*/
struct
vlc_list_t
{
int
i_type
;
int
i_count
;
vlc_value_t
*
p_values
;
};
/*****************************************************************************
* Error values (shouldn't be exposed)
*****************************************************************************/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment