]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_player.h
Do not export unimplemented functions
[vlc] / include / vlc / libvlc_media_player.h
index d91551dd0645217d1cd2a87c0b3b0cfa1ed08787..e72b59145bcf33150f5a8303f35c1479895fc83e 100644 (file)
@@ -743,24 +743,6 @@ VLC_PUBLIC_API void libvlc_video_set_crop_geometry( libvlc_media_player_t *, con
  */
 VLC_PUBLIC_API void libvlc_toggle_teletext( libvlc_media_player_t *, libvlc_exception_t * );
 
-/**
- * Get current teletext page requested.
- *
- * \param p_mediaplayer the media player
- * \param p_e an initialized exception pointer
- * \return the current teletext page requested.
- */
-VLC_PUBLIC_API int libvlc_video_get_teletext( libvlc_media_player_t *, libvlc_exception_t * );
-
-/**
- * Set new teletext page to retrieve.
- *
- * \param p_mediaplayer the media player
- * \param i_page teletex page number requested
- * \param p_e an initialized exception pointer
- */
-VLC_PUBLIC_API void libvlc_video_set_teletext( libvlc_media_player_t *, int, libvlc_exception_t * );
-
 /**
  * Get number of available video tracks.
  *