Skip to content
Snippets Groups Projects
Commit 15c8d871 authored by rds's avatar rds
Browse files

remove scale bar call

parent ae7de714
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Mar 6 09:51 2006 (edgrif)
* Last edited: Mar 15 18:33 2006 (rds)
* Created: Thu Sep 8 10:37:24 2005 (edgrif)
* CVS info: $Id: zmapWindowItem.c,v 1.16 2006-03-06 11:48:23 edgrif Exp $
* CVS info: $Id: zmapWindowItem.c,v 1.17 2006-03-17 12:48:47 rds Exp $
*-------------------------------------------------------------------
*/
......@@ -904,8 +904,6 @@ static void checkScrollRegion(ZMapWindow window, double start, double end)
bot = (int)y2;
/* gtk_object_destroy(GTK_OBJECT(window->scaleBarGroup)); */
zmapWindowDrawScaleBar(window, top, bot);
/* agh, this seems to be here because we move the scroll region...we need a function
* to do this all....... */
// zmapWindowLongItemCrop(window) ;
......
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