[vlc-commits] libvlc: remove unused libvlc_rectangle_t structure

Steve Lhomme git at videolan.org
Wed Sep 7 10:11:36 CEST 2016


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Wed Sep  7 09:52:47 2016 +0200| [d2b2a6dc15af3b636ce4dc0e4b5b69ecd799cfd3] | committer: Thomas Guillem

libvlc: remove unused libvlc_rectangle_t structure

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> 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 {



More information about the vlc-commits mailing list