Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed May 17, 2020
1 parent e9a9ea6 commit 67649d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/2SFCodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ class ATTRIBUTE_HIDDEN C2SFCodec : public kodi::addon::CInstanceAudioDecoder
state_loadstate(&ctx.emu, ctx.state.state, ctx.state.state_size);

totaltime = ctx.len;
static enum AEChannel map[3] = {
AE_CH_FL, AE_CH_FR, AE_CH_NULL
};
format = AE_FMT_S16NE;
channellist = { AE_CH_FL, AE_CH_FR };
channels = 2;
Expand Down

0 comments on commit 67649d3

Please sign in to comment.