summaryrefslogtreecommitdiff
path: root/drivers/vorbis/tone.c
diff options
context:
space:
mode:
authorJ08nY <johny@neuromancer.sk>2016-06-19 14:50:29 +0200
committerJ08nY <johny@neuromancer.sk>2016-06-19 15:37:49 +0200
commit644e9076bbb0daf5e137fae2acad774c6fd3dc49 (patch)
treec19280085b3c79e2e1c7ab1169937e53ea3406fd /drivers/vorbis/tone.c
parent98f23d27a4ffda0828a72108c00178fe1d8d2c3f (diff)
libvorbis: New version 1.3.5
Diffstat (limited to 'drivers/vorbis/tone.c')
-rw-r--r--drivers/vorbis/tone.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/vorbis/tone.c b/drivers/vorbis/tone.c
index 5f1f43cf7b..73afc67d4c 100644
--- a/drivers/vorbis/tone.c
+++ b/drivers/vorbis/tone.c
@@ -3,10 +3,6 @@
#include <math.h>
#include <string.h>
-#ifndef M_PI
-#define M_PI 3.14159265358979323846
-#endif
-
void usage(){
fprintf(stderr,"tone <frequency_Hz>,[<amplitude>] [<frequency_Hz>,[<amplitude>]...]\n");
exit(1);