Skip to content

Commit

Permalink
removed unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Jan 22, 2015
1 parent 199bcbd commit 4cdd09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/CsoundAC/allegro.h
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ typedef class Alg_seq : public Alg_track {
int channel_offset_per_track; // used to encode track_num into channel
Alg_tracks track_list; // array of Alg_events
Alg_time_sigs time_sig;
int beat_x;
//int beat_x;
void basic_initialization() {
error = alg_no_error;
units_are_seconds = true; type = 's';
Expand Down

0 comments on commit 4cdd09e

Please sign in to comment.