From a34d917566fc6cffe30d1a7c9796da9ef83b8499 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Sun, 25 May 2003 21:10:07 +0000 Subject: [PATCH] now it even links. --- render/render.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/render/render.c b/render/render.c index 08a3855f..7dfbaee0 100644 --- a/render/render.c +++ b/render/render.c @@ -81,7 +81,6 @@ void render_startup(void) { int count, i = 0, val, best = 0, rate = 0, temp; XVisualInfo vimatch, *vilist; - paint = x_paint; render_depth = DefaultDepth(ob_display, ob_screen); render_visual = DefaultVisual(ob_display, ob_screen); @@ -126,12 +125,6 @@ void render_startup(void) case TrueColor: truecolor_startup(); break; - case PseudoColor: - case StaticColor: - case GrayScale: - case StaticGray: - pseudocolor_startup(); - break; default: g_critical("unsupported visual class.\n"); exit(EXIT_FAILURE); -- 2.39.2