13
0

fix some unused argument warnings

This commit is contained in:
Paul Davis 2013-04-16 14:03:51 -04:00
parent caaa70a810
commit 5665227669

View File

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