From bdf4a9486b1f6d2704dafadb9bcf61c5b0b4df12 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Nov 2015 22:53:36 +0000 Subject: Update project metadata to modern vocabulary git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/omins.lv2@5819 a436a847-0d15-0410-975c-d299462d15a1 --- src/masher.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') 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, -- cgit v1.2.1