aboutsummaryrefslogtreecommitdiffstats
path: root/src/masher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/masher.c')
-rw-r--r--src/masher.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/masher.c b/src/masher.c
index d7e84ea..a0a570a 100644
--- a/src/masher.c
+++ b/src/masher.c
@@ -67,12 +67,6 @@ typedef struct {
size_t write_grain;
} Masher;
-static inline float
-rand_range(float l, float h)
-{
- return ((rand() % 10000 / 10000.0f) * (h - l)) + l;
-}
-
/* Construct a new plugin instance */
static LV2_Handle
instantiate(const LV2_Descriptor* descriptor,