Revert "Fixed duplicating some timekeeping state variables"

This reverts commit 381ce8ea4237a64d63ac447d1e42463edde356da.
This commit is contained in:
Randy Heit 2015-12-15 14:17:02 -06:00
parent d3000fd838
commit d0f1df1132
1 changed files with 0 additions and 2 deletions

View File

@ -353,8 +353,6 @@ static DUMB_IT_SIGRENDERER *dup_sigrenderer(DUMB_IT_SIGRENDERER *src, int n_chan
#ifdef BIT_ARRAY_BULLSHIT
dst->played = bit_array_dup(src->played);
dst->looped = src->looped;
dst->time_played = src->time_played;
dst->row_timekeeper = timekeeping_array_dup(src->row_timekeeper);
#endif