Remove unused ABS define

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20213 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-10-14 16:31:41 +00:00
parent cd8be427fa
commit e6fd2e126e
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ int enable_mouse_movements=0;
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