Skip to content
Snippets Groups Projects
Commit 03fdf649 authored by edgrif's avatar edgrif
Browse files

remove colinearity enum, replicates enum in windows header.

parent 0e2eb04f
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Jan 28 00:53 2010 (roy)
* Last edited: Feb 15 11:52 2010 (edgrif)
* Created: Thu Sep 8 10:34:49 2005 (edgrif)
* CVS info: $Id: zmapWindowDraw.c,v 1.118 2010-01-27 12:38:23 rds Exp $
* CVS info: $Id: zmapWindowDraw.c,v 1.119 2010-02-16 10:10:02 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -86,11 +86,6 @@ typedef struct
typedef enum {COLINEAR_INVALID, COLINEAR_NOT, COLINEAR_IMPERFECT, COLINEAR_PERFECT} ColinearityType ;
typedef struct
{
ZMapWindowContainerBlock block_group;
......
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