Skip to content

Commit

Permalink
Silence a compiler warning by removing an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
stichnot committed Jan 13, 2013
1 parent 452628e commit f99b9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -4725,7 +4725,6 @@ void MythPlayer::calcSliderPos(osdInfo &info, bool paddedFields)
info.values.insert("progbefore", 0);
info.values.insert("progafter", 0);

uint64_t frames_played = framesPlayed;
uint64_t total_frames = totalFrames;
int playbackLen = 0;
bool fixed_playbacklen = false;
Expand Down

0 comments on commit f99b9de

Please sign in to comment.