Skip to content

Commit

Permalink
Silence an unused variable warning in calcTrackLength()
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Nov 30, 2012
1 parent 428cc8d commit 90cbc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythmusic/mythmusic/musicutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ QString findIcon(const QString &type, const QString &name)
//TODO this needs updating to also use storage groups
uint calcTrackLength(const QString &musicFile)
{
const char *type = NULL;
// const char *type = NULL;

AVFormatContext *inputFC = NULL;
AVInputFormat *fmt = NULL;
Expand Down

0 comments on commit 90cbc2c

Please sign in to comment.