]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc.h
Remove deprecated functions
[vlc] / include / vlc / libvlc.h
index 5794c0ad07cb4df63a0d6638055ced8adf7a8d6e..7214fd06e518d894501776626c6e0f0c9119d14d 100644 (file)
@@ -1087,18 +1087,6 @@ VLC_PUBLIC_API void libvlc_video_resize( libvlc_media_player_t *, int, int, libv
  */
 VLC_PUBLIC_API void libvlc_video_redraw_rectangle( libvlc_media_player_t *, const libvlc_rectangle_t *, libvlc_exception_t * );
 
-/**
- * Set the default video output size.
- *
- * This setting will be used as default for all video outputs.
- *
- * \param p_instance libvlc instance
- * \param width new width for video drawable
- * \param height new height for video drawable
- * \param p_e an initialized exception pointer
- */
-VLC_PUBLIC_API void libvlc_video_set_size( libvlc_instance_t *, int, int, libvlc_exception_t * );
-
 /**
  * Set the default video output viewport for a windowless video output
  * (MacOS X only).