fix some unused argument warnings

This commit is contained in:
Paul Davis 2013-04-16 14:03:51 -04:00
parent caaa70a810
commit 5665227669
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ VideoImageFrame::http_get(framepos_t fn) {
}
void
VideoImageFrame::http_get_again(framepos_t fn) {
VideoImageFrame::http_get_again(framepos_t /*fn*/) {
pthread_mutex_lock(&queue_lock);
queued_request=false;
req_video_frame_number=want_video_frame_number;