shithub: orca

Download patch

ref: 1ee8a46b8e91fab2d9cfe8945c64c0cca41bf64b
parent: bbb1bbd91df2c1884c9866c17d757183141ba48f
author: cancel <cancel@cancel.fm>
date: Wed Jan 1 20:14:52 EST 2020

Remove dead declaration

This code was removed a while ago, but the declaration for it was left
around for some reason.

--- a/sim.h
+++ b/sim.h
@@ -14,8 +14,6 @@
   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);