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

comment out redundant code.

parent 808b6f6c
No related branches found
No related tags found
No related merge requests found
/* 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)
......
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