]> git.sesse.net Git - vlc/blobdiff - bindings/libvlcpp/src/libvlc.hpp
libvlcpp: directly access to the instance.
[vlc] / bindings / libvlcpp / src / libvlc.hpp
index 780e4dd4e7e1b3f729436004b0881afe530bbd8e..036b0d2d8e924090080618bfa04fc0f0c4cdecff 100644 (file)
@@ -64,12 +64,6 @@ public:
     const char *chanset();
 
 private:
-    /**
-     * Get the instance of libvlc that cannot be modified
-     * @return the instance of libvlc
-     */
-    libvlc_instance_t *instance();
-
     /** The instance of libvlc */
     libvlc_instance_t *m_instance;