Cleaning unused files and fixing indentation
This commit is contained in:
parent
8b143b152f
commit
cdba3c691a
Binary file not shown.
@ -64,8 +64,8 @@ typedef struct Group
|
|||||||
|
|
||||||
typedef struct TrackData
|
typedef struct TrackData
|
||||||
{
|
{
|
||||||
struct sync_track **syncTracks;
|
struct sync_track **syncTracks;
|
||||||
size_t num_syncTracks;
|
size_t num_syncTracks;
|
||||||
Track tracks[EDITOR_MAX_TRACKS];
|
Track tracks[EDITOR_MAX_TRACKS];
|
||||||
Group groups[EDITOR_MAX_TRACKS];
|
Group groups[EDITOR_MAX_TRACKS];
|
||||||
int* loopmarks;
|
int* loopmarks;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user