diff options
Diffstat (limited to 'src/libvfill/xine_decoder.c')
-rw-r--r-- | src/libvfill/xine_decoder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libvfill/xine_decoder.c b/src/libvfill/xine_decoder.c index 3b09bf2f2..13693a6dd 100644 --- a/src/libvfill/xine_decoder.c +++ b/src/libvfill/xine_decoder.c @@ -58,8 +58,6 @@ static void videofill_decode_data (video_decoder_t *this_gen, buf_element_t *buf videofill_decoder_t *this = (videofill_decoder_t *) this_gen; vo_frame_t *img, *last_img; - metronom_t *metronom; - last_img = this->video_out->get_last_frame (this->video_out); |