Skip to content

Commit

Permalink
AGOS: Remove unused field
Browse files Browse the repository at this point in the history
Should have been removed in a4b8c6e
but wasn't.
  • Loading branch information
Torbjörn Andersson committed Jul 6, 2015
1 parent c98d5f0 commit cc46c92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/agos/midi.h
Expand Up @@ -42,7 +42,6 @@ enum kMusicMode {
struct MusicInfo {
MidiParser *parser;
byte *data;
bool loopTrack;
byte num_songs; // For Type 1 SMF resources
byte *songs[16]; // For Type 1 SMF resources
uint32 song_sizes[16]; // For Type 1 SMF resources
Expand Down

0 comments on commit cc46c92

Please sign in to comment.