[vlc-commits] adjust: remove unused macro
    Tristan Matthews 
    git at videolan.org
       
    Tue Feb  3 07:20:00 CET 2015
    
    
  
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Tue Feb  3 01:18:17 2015 -0500| [b80538f75e3e401c3d6250e04bab8d0d5e26fc2c] | committer: Tristan Matthews
adjust: remove unused macro
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b80538f75e3e401c3d6250e04bab8d0d5e26fc2c
---
 modules/video_filter/adjust.c |    2 --
 1 file changed, 2 deletions(-)
diff --git a/modules/video_filter/adjust.c b/modules/video_filter/adjust.c
index 2963016..620f36e 100644
--- a/modules/video_filter/adjust.c
+++ b/modules/video_filter/adjust.c
@@ -45,8 +45,6 @@
 #   define M_PI 3.14159265358979323846
 #endif
 
-#define eight_times( x )    x x x x x x x x
-
 /*****************************************************************************
  * Local prototypes
  *****************************************************************************/
    
    
More information about the vlc-commits
mailing list