diff options
author | David Robillard <d@drobilla.net> | 2015-11-11 22:53:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-11-11 22:53:36 +0000 |
commit | bdf4a9486b1f6d2704dafadb9bcf61c5b0b4df12 (patch) | |
tree | 8bb5a5fec7573ae75e6dbc5e07ce3531b3f5ba42 /src/masher.c | |
parent | bb62856a69bca9ac303431f15a97bdda2d9e67c3 (diff) |
Update project metadata to modern vocabulary
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/omins.lv2@5819 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/masher.c')
-rw-r--r-- | src/masher.c | 6 |
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, |