fix: remove duplicate declaration of save_load_running_atomic
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
2
engine.c
2
engine.c
@@ -12,8 +12,6 @@
|
|||||||
|
|
||||||
static atomic_bool save_load_running_atomic = false;
|
static atomic_bool save_load_running_atomic = false;
|
||||||
|
|
||||||
static atomic_bool save_load_running_atomic = false;
|
|
||||||
|
|
||||||
// Forward declarations
|
// Forward declarations
|
||||||
static void process_queued_triggers(Engine *engine, jack_nframes_t current_frame);
|
static void process_queued_triggers(Engine *engine, jack_nframes_t current_frame);
|
||||||
static jack_nframes_t get_next_quantize_frame(Engine *engine, jack_nframes_t current_frame);
|
static jack_nframes_t get_next_quantize_frame(Engine *engine, jack_nframes_t current_frame);
|
||||||
|
|||||||
Reference in New Issue
Block a user