Commit a863040d authored by Rémi Duraffort's avatar Rémi Duraffort

libvlc: remove unused private structs.

parent b694b642
...@@ -34,11 +34,6 @@ ...@@ -34,11 +34,6 @@
# define trace( ... ) # define trace( ... )
#endif #endif
struct libvlc_media_list_view_private_t
{
vlc_array_t array;
};
/* /*
* Private functions * Private functions
*/ */
......
...@@ -38,11 +38,6 @@ ...@@ -38,11 +38,6 @@
# define trace( ... ) {} # define trace( ... ) {}
#endif #endif
struct libvlc_media_list_view_private_t
{
vlc_array_t array;
};
/* /*
* Private functions * Private functions
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment