summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 0 insertions, 2 deletions
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 <linux/rtc.h>