vlc | branch: master | Tristan Matthews <[email protected]> | Tue May  5 
12:06:50 2015 -0400| [3feced49e92ef451eede61c7be7be6772c1d8d36] | committer: 
Tristan Matthews

adjust: remove unused macros

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

 modules/video_filter/adjust_sat_hue.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_filter/adjust_sat_hue.c 
b/modules/video_filter/adjust_sat_hue.c
index ab7b826..c10d804 100644
--- a/modules/video_filter/adjust_sat_hue.c
+++ b/modules/video_filter/adjust_sat_hue.c
@@ -62,8 +62,6 @@
                        * i_sat) >> 8) + 128; \
     p_out_v += 4
 
-#define ADJUST_2_TIMES(x) x; x
-#define ADJUST_4_TIMES(x) x; x; x; x
 #define ADJUST_8_TIMES(x) x; x; x; x; x; x; x; x
 
 /*****************************************************************************

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to