From 58f6bfd4e3a00f33cea64e1b6a29e0ebbdb6c9f1 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 18 Jun 2003 04:34:04 +0000 Subject: [PATCH] remove ANNOYING DEBUG MESSAGE that makes everything else scroll away --- render2/planar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render2/planar.c b/render2/planar.c index 29bab5d5..4b9cf6c4 100644 --- a/render2/planar.c +++ b/render2/planar.c @@ -55,7 +55,7 @@ static void copy_parent(struct RrSurface *sur) XXX COPY PARENT PLS */ - RrDebug("copy parent here pls\n"); +/* RrDebug("copy parent here pls\n");*/ } } -- 2.34.1