[vlc-commits] vout:gdi: remove unused define

Steve Lhomme git at videolan.org
Fri Mar 29 17:31:27 CET 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Mar 22 07:58:36 2019 +0100| [2ad3262996c5cb98bdb6ec95285145a5e619da20] | committer: Steve Lhomme

vout:gdi: remove unused define

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ad3262996c5cb98bdb6ec95285145a5e619da20
---

 modules/video_output/win32/wingdi.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_output/win32/wingdi.c b/modules/video_output/win32/wingdi.c
index 30a4657344..e973eba37c 100644
--- a/modules/video_output/win32/wingdi.c
+++ b/modules/video_output/win32/wingdi.c
@@ -145,7 +145,6 @@ static void Display(vout_display_t *vd, picture_t *picture)
     vout_display_sys_t *sys = vd->sys;
     VLC_UNUSED(picture);
 
-#define rect_src vd->sys->rect_src
 #define rect_src_clipped vd->sys->sys.rect_src_clipped
 #define rect_dest vd->sys->sys.rect_dest
 #define rect_dest_clipped vd->sys->sys.rect_dest_clipped
@@ -174,7 +173,6 @@ static void Display(vout_display_t *vd, picture_t *picture)
     }
 
     ReleaseDC(sys->sys.hvideownd, hdc);
-#undef rect_src
 #undef rect_src_clipped
 #undef rect_dest
 #undef rect_dest_clipped



More information about the vlc-commits mailing list