Skip to content

Commit

Permalink
Remove dead code in alac.c
Browse files Browse the repository at this point in the history
  • Loading branch information
toofishes committed Feb 24, 2012
1 parent d2b2a34 commit f5e7e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alac.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ void alac_set_info(alac_file *alac, char *inputbuffer)
alac->setinfo_8a_rate = *(uint32_t*)ptr;
if (!host_bigendian)
_Swap32(alac->setinfo_8a_rate);
ptr += 4;

allocate_buffers(alac);

Expand Down

0 comments on commit f5e7e87

Please sign in to comment.