[209/906] fix warnings

This commit is contained in:
julien User 2008-08-24 15:39:14 +02:00 committed by Matthew Waters
parent 38dc928a7e
commit ff67654533

View file

@ -2701,8 +2701,6 @@ gst_gl_display_thread_do_upload_draw (GstGLDisplay *display)
void
gst_gl_display_thread_do_download_draw_rgb (GstGLDisplay *display)
{
gint width = display->download_width;
gint height = display->download_height;
GstVideoFormat video_format = display->download_video_format;
gpointer data = display->download_data;