Skip to content
Snippets Groups Projects
Commit 07c8d1e8 authored by edgrif's avatar edgrif
Browse files

remove redundant ifdef'd out code.

parent 61216f82
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@
* Description: Data structures describing a sequence feature.
*
* HISTORY:
* Last edited: Jul 27 12:31 2009 (rds)
* Last edited: Aug 13 16:53 2009 (edgrif)
* Created: Fri Jun 11 08:37:19 2004 (edgrif)
* CVS info: $Id: zmapFeature.h,v 1.161 2009-07-27 12:09:49 rds Exp $
* CVS info: $Id: zmapFeature.h,v 1.162 2009-08-14 09:51:51 edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_FEATURE_H
......@@ -287,20 +287,6 @@ typedef struct ZMapFeatureContextStruct_
_only_ these sets are loaded into
the context. */
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* OUR INTENTION IS TO REMOVE THIS..... */
GData *styles ; /* Global list of all styles, some of
these styles may not be used if not
required for the list given by
feature_set_names. */
#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */
ZMapFeatureAlignment master_align ; /* The target/master alignment out of
the below set. */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment