vlc | branch: master | Steve Lhomme <[email protected]> | Wed Sep 7 09:52:47 2016 +0200| [d2b2a6dc15af3b636ce4dc0e4b5b69ecd799cfd3] | committer: Thomas Guillem
libvlc: remove unused libvlc_rectangle_t structure Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2b2a6dc15af3b636ce4dc0e4b5b69ecd799cfd3 --- include/vlc/libvlc_media_player.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h index 79a0b1f..2718a33 100644 --- a/include/vlc/libvlc_media_player.h +++ b/include/vlc/libvlc_media_player.h @@ -104,15 +104,6 @@ typedef struct libvlc_audio_output_device_t } libvlc_audio_output_device_t; /** - * Rectangle type for video geometry - */ -typedef struct libvlc_rectangle_t -{ - int top, left; - int bottom, right; -} libvlc_rectangle_t; - -/** * Marq options definition */ typedef enum libvlc_video_marquee_option_t { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
