]> git.sesse.net Git - vlc/commitdiff
Galaktos: compile fix and variable unused removal
authorJoseph Tulou <brezhoneg1@yahoo.fr>
Fri, 30 Jan 2009 16:29:18 +0000 (17:29 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Feb 2009 02:32:22 +0000 (03:32 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/visualization/galaktos/plugin.c

index 8afebce560f118f284cb0310425f0098fea47d05..285ae50995c6af3acc9da9ebe776e751d0b90d05 100644 (file)
@@ -218,7 +218,6 @@ static void* Thread( vlc_object_t *p_this )
     p_thread->p_opengl->render.i_width = p_thread->i_width;
     p_thread->p_opengl->render.i_height = p_thread->i_width;
     p_thread->p_opengl->render.i_aspect = VOUT_ASPECT_FACTOR;
-    p_thread->p_opengl->b_scale = true;
     p_thread->p_opengl->b_fullscreen = false;
     p_thread->p_opengl->i_alignment = 0;
     p_thread->p_opengl->fmt_in.i_sar_num = 1;