From af6262834bf6acfdcd330b2384f4acb76e159094 Mon Sep 17 00:00:00 2001
From: rds <rds>
Date: Tue, 9 Jun 2009 13:13:49 +0000
Subject: [PATCH] remove unused struct members

---
 src/zmapWindow/zmapWindowColBump.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/zmapWindow/zmapWindowColBump.c b/src/zmapWindow/zmapWindowColBump.c
index f94bfca4a..896a2cb38 100755
--- a/src/zmapWindow/zmapWindowColBump.c
+++ b/src/zmapWindow/zmapWindowColBump.c
@@ -27,9 +27,9 @@
  *
  * Exported functions: See zmapWindow_P.h
  * HISTORY:
- * Last edited: Jun  5 22:46 2009 (rds)
+ * Last edited: Jun  8 11:12 2009 (rds)
  * Created: Tue Sep  4 10:52:09 2007 (edgrif)
- * CVS info:   $Id: zmapWindowColBump.c,v 1.44 2009-06-07 08:17:36 rds Exp $
+ * CVS info:   $Id: zmapWindowColBump.c,v 1.45 2009-06-09 13:13:49 rds Exp $
  *-------------------------------------------------------------------
  */
 
@@ -1321,10 +1321,10 @@ static void addGapsCB(gpointer data, gpointer user_data)
 	      zMapAssert(item) ;
 
 	      list_item->data = item ;			    /* replace item in list ! */
-
+#ifdef NEVER_INCLUDE
 	      container->gaps_added_items = g_list_append(container->gaps_added_items, item) ; /* Record in a our list
 									    of gapped items. */
-
+#endif
 	      /* Now reset align_gaps to whatever it was. */
 	      zMapStyleSetAlignGaps(style, prev_align_gaps) ;
 	    }
-- 
GitLab