Cleaning unused files and fixing indentation

This commit is contained in:
mathieu _alkama_ m 2015-12-13 10:07:17 +01:00
parent 8b143b152f
commit cdba3c691a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -64,8 +64,8 @@ typedef struct Group
typedef struct TrackData
{
struct sync_track **syncTracks;
size_t num_syncTracks;
struct sync_track **syncTracks;
size_t num_syncTracks;
Track tracks[EDITOR_MAX_TRACKS];
Group groups[EDITOR_MAX_TRACKS];
int* loopmarks;