Remove an unused define for 1/sqrt(2)

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
Peter Hutterer
2012-05-21 16:01:42 +10:00
parent 3621ef8a2b
commit 29bc1a8a5e

View File

@@ -114,10 +114,6 @@ typedef enum {
#define M_PI 3.14159265358979323846
#endif
#ifndef M_SQRT1_2
#define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */
#endif
#define INPUT_BUFFER_SIZE 200
/*****************************************************************************