From 74c285e090b875d1a1e4e32adc28dcf12469a8b4 Mon Sep 17 00:00:00 2001 From: cboesch Date: Mon, 3 Jan 2011 19:39:31 +0000 Subject: cleanup: define ROUND() macro in mpcommon.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32751 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 03067ad9b0..e5eea0890c 100644 --- a/mplayer.c +++ b/mplayer.c @@ -112,8 +112,6 @@ float start_volume = -1; char *heartbeat_cmd; -#define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5)) - #ifdef HAVE_RTC #ifdef __linux__ #include -- cgit v1.2.3