[vlc-devel] [PATCH] libvlc: remove unused libvlc_rectangle_t structure

Steve Lhomme robux4 at videolabs.io
Wed Sep 7 09:52:47 CEST 2016


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



More information about the vlc-devel mailing list