mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
SMF: remove unused variable (from 803dab7d87)
This commit is contained in:
parent
9fcb51de2e
commit
ba7db8759b
1 changed files with 0 additions and 1 deletions
|
|
@ -821,7 +821,6 @@ smf_event_is_valid(const smf_event_t *event)
|
||||||
static int
|
static int
|
||||||
parse_mtrk_chunk(smf_track_t *track)
|
parse_mtrk_chunk(smf_track_t *track)
|
||||||
{
|
{
|
||||||
smf_t *smf = track->smf;
|
|
||||||
smf_event_t *event;
|
smf_event_t *event;
|
||||||
|
|
||||||
if (parse_mtrk_header(track))
|
if (parse_mtrk_header(track))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue