From 1ee8a46b8e91fab2d9cfe8945c64c0cca41bf64b Mon Sep 17 00:00:00 2001 From: cancel Date: Thu, 2 Jan 2020 01:14:52 +0900 Subject: [PATCH] Remove dead declaration This code was removed a while ago, but the declaration for it was left around for some reason. --- sim.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sim.h b/sim.h index f65d61e..175bbbb 100644 --- a/sim.h +++ b/sim.h @@ -14,8 +14,6 @@ static inline Piano_bits piano_bits_of(Glyph g) { return UINT64_C(0); } -void init_random_seed(Usz value); - void orca_run(Glyph* restrict gbuffer, Mark* restrict mbuffer, Usz height, Usz width, Usz tick_number, Oevent_list* oevent_list, Piano_bits piano_bits, Usz random_seed);