From 4f74bd133eb5a2891ca52e2f00c0ea6ca7448db6 Mon Sep 17 00:00:00 2001
From: Per Hedbor <ph@opera.com>
Date: Fri, 9 Apr 1999 16:16:46 +0200
Subject: [PATCH] optimizations <tm> for rigid and ordered dither

Rev: src/modules/Image/colortable.c:1.56
---
 src/modules/Image/colortable.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c
index 78b5cc0d46..fa86640c75 100644
--- a/src/modules/Image/colortable.c
+++ b/src/modules/Image/colortable.c
@@ -1,12 +1,12 @@
 #include "global.h"
 #include <config.h>
 
-/* $Id: colortable.c,v 1.55 1999/04/09 14:16:08 per Exp $ */
+/* $Id: colortable.c,v 1.56 1999/04/09 14:16:46 per Exp $ */
 
 /*
 **! module Image
 **! note
-**!	$Id: colortable.c,v 1.55 1999/04/09 14:16:08 per Exp $
+**!	$Id: colortable.c,v 1.56 1999/04/09 14:16:46 per Exp $
 **! class colortable
 **!
 **!	This object keeps colortable information,
@@ -21,7 +21,7 @@
 #undef COLORTABLE_DEBUG
 #undef COLORTABLE_REDUCE_DEBUG
 
-RCSID("$Id: colortable.c,v 1.55 1999/04/09 14:16:08 per Exp $");
+RCSID("$Id: colortable.c,v 1.56 1999/04/09 14:16:46 per Exp $");
 
 #include <math.h> /* fabs() */
 
@@ -185,7 +185,7 @@ static void exit_colortable_struct(struct object *obj)
 
 /***************** internal stuff ******************************/
 
-#if 1
+#if 0
 #include <sys/resource.h>
 #define CHRONO(X) chrono(X);
 
-- 
GitLab