From b994321a6f34f3ebfca94a3cd8bfdce95853051b Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Thu, 15 Jul 2004 15:14:54 +0000
Subject: [PATCH] comment out redundant code.

---
 src/zmapDraw/zmapDraw.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/zmapDraw/zmapDraw.c b/src/zmapDraw/zmapDraw.c
index 8bfa18f9a..03957f115 100755
--- a/src/zmapDraw/zmapDraw.c
+++ b/src/zmapDraw/zmapDraw.c
@@ -1,4 +1,4 @@
-/*  Last edited: Jul 14 13:47 2004 (edgrif) */
+/*  Last edited: Jul 15 12:01 2004 (edgrif) */
 /*  file: zmapcontrol.c
  *  Author: Simon Kelley (srk@sanger.ac.uk)
  *  Copyright (c) Sanger Institute, 2003
@@ -229,6 +229,8 @@ static gboolean zmRecalculate(ZMapWindow window, ZMapCallbackData *zMapCBData)
 }
 */
 
+
+#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
 static void zMapPick(int box, double x, double y)
 {
   ZMapColumn *col;
@@ -258,7 +260,7 @@ static void zMapPick(int box, double x, double y)
     }
 
 }
-
+#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */
 
 
 static void drawGene(FooCanvas *canvas)
-- 
GitLab