changeset 20207:dc4afdf288fb

Remove unused ABS define
author reimar
date Sat, 14 Oct 2006 16:31:41 +0000
parents 670f7aaf481f
children 04ae7a7d0da3
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sat Oct 14 16:22:51 2006 +0000
+++ b/mplayer.c	Sat Oct 14 16:31:41 2006 +0000
@@ -92,7 +92,6 @@
 char * proc_priority=NULL;
 #endif
 
-#define ABS(x) (((x)>=0)?(x):(-(x)))
 #define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
 
 #ifdef HAVE_RTC