refactor: staticify state local functions

This commit is contained in:
2025-11-14 10:34:43 +01:00
parent f0c5ecab16
commit f04fe1f5c1
2 changed files with 42 additions and 56 deletions
-7
View File
@@ -21,13 +21,6 @@ void state_init(SharedContext *context, const StateConfig *state_config,
unsigned int base_tempo, const char *state_file,
bool load_state);
void state_reset(SharedContext *context);
void state_randomize(SharedContext *context, const StateConfig *state_config);
void state_apply(const SharedContext *context, const StateConfig *state_config,
const MidiDevice *midi);
void state_save(const SharedContext *context, const StateConfig *state_config,
const char *state_file);