From 422908a78df6587cb3fabd083ec484a68f8c796b Mon Sep 17 00:00:00 2001 From: Joseph Tulou Date: Fri, 30 Jan 2009 17:29:18 +0100 Subject: [PATCH] Galaktos: compile fix and variable unused removal Signed-off-by: Jean-Baptiste Kempf --- modules/visualization/galaktos/plugin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/visualization/galaktos/plugin.c b/modules/visualization/galaktos/plugin.c index 8afebce560..285ae50995 100644 --- a/modules/visualization/galaktos/plugin.c +++ b/modules/visualization/galaktos/plugin.c @@ -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; -- 2.39.2