[vlc-commits] [Git][videolan/libvlcpp][master] MediaList: Don't expose a removed constructor
Hugo Beauzée-Luyssen
gitlab at videolan.org
Mon Jul 20 09:29:24 CEST 2020
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp
Commits:
cc5c0531 by Hugo Beauzée-Luyssen at 2020-07-20T09:28:34+02:00
MediaList: Don't expose a removed constructor
- - - - -
1 changed file:
- vlcpp/MediaList.hpp
Changes:
=====================================
vlcpp/MediaList.hpp
=====================================
@@ -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 }
{
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/cc5c05311061ac3d2af0b36899b8558a4b1833d8
--
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/cc5c05311061ac3d2af0b36899b8558a4b1833d8
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list