Browse Source

Remove dead declaration

This code was removed a while ago, but the declaration for it was left
around for some reason.
master
cancel 5 years ago
parent
commit
1ee8a46b8e
  1. 2
      sim.h

2
sim.h

@ -14,8 +14,6 @@ static inline Piano_bits piano_bits_of(Glyph g) {
return UINT64_C(0); return UINT64_C(0);
} }
void init_random_seed(Usz value);
void orca_run(Glyph* restrict gbuffer, Mark* restrict mbuffer, Usz height, void orca_run(Glyph* restrict gbuffer, Mark* restrict mbuffer, Usz height,
Usz width, Usz tick_number, Oevent_list* oevent_list, Usz width, Usz tick_number, Oevent_list* oevent_list,
Piano_bits piano_bits, Usz random_seed); Piano_bits piano_bits, Usz random_seed);

Loading…
Cancel
Save