From d5e5cb14d690a699bf44be413fd2d23638f99a31 Mon Sep 17 00:00:00 2001 From: cancel <cancel@cancel.fm> Date: Fri, 7 Dec 2018 14:52:42 +0900 Subject: [PATCH] Cleanup --- sim.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sim.c b/sim.c index 164b582..8878f13 100644 --- a/sim.c +++ b/sim.c @@ -190,9 +190,6 @@ static Usz oper_bank_load(Oper_phase1_extras* extra_params, Usz width, Usz y, &extra_params->cursor, index, out_vals, out_count); } -// ORCA_FORCE_NO_INLINE -// static void oper_add_midi_event(Oper_phase1_extras* extra_params, - ORCA_FORCE_STATIC_INLINE Usz usz_clamp(Usz val, Usz min, Usz max) { if (val < min)