]> git.sesse.net Git - vlc/blobdiff - bindings/libvlcpp/src/media.hpp
libvlcpp: directly access to the instance.
[vlc] / bindings / libvlcpp / src / media.hpp
index ca337ffc380fa7ee9d48bd37452f34cb82cc3547..4402eeffdccbcbb48ddbd7a2e4a57a53720d797a 100644 (file)
@@ -135,12 +135,6 @@ public:
     void *userData();
 
 private:
-    /**
-     * Get the instance of the libvlc_media_t
-     * @return the pointer to libvlc_media_t
-     */
-    libvlc_media_t *instance();
-
     /** The media */
     libvlc_media_t *m_media;