Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Leonhard Saam
libvlcpp
Commits
cc5c0531
Commit
cc5c0531
authored
Jul 20, 2020
by
Hugo Beauzée-Luyssen
Browse files
MediaList: Don't expose a removed constructor
parent
012ad611
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlcpp/MediaList.hpp
View file @
cc5c0531
...
...
@@ -85,18 +85,6 @@ public:
}
#endif
/**
* Create an empty media list.
*
* \param p_instance libvlc instance
*/
MediaList
(
Instance
&
instance
)
:
Internal
{
libvlc_media_list_new
(
getInternalPtr
<
libvlc_instance_t
>
(
instance
)
),
libvlc_media_list_release
}
{
}
MediaList
(
Internal
::
InternalPtr
mediaList
)
:
Internal
{
mediaList
,
libvlc_media_list_release
}
{
...
...
Write
Preview
Supports
Markdown
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