From f5605b1012c25667f537076372cbedb3ad845da1 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Wed, 14 Mar 2007 08:41:20 +0000 Subject: [PATCH] fix trivial compiler warning. --- src/zmapControl/zmapControlWindowButtons.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/zmapControl/zmapControlWindowButtons.c b/src/zmapControl/zmapControlWindowButtons.c index d73a16013..f3771714b 100755 --- a/src/zmapControl/zmapControlWindowButtons.c +++ b/src/zmapControl/zmapControlWindowButtons.c @@ -25,9 +25,9 @@ * * Exported functions: See zmapControl_P.h * HISTORY: - * Last edited: Feb 16 12:55 2007 (rds) + * Last edited: Mar 13 17:18 2007 (edgrif) * Created: Thu Jul 24 14:36:27 2003 (edgrif) - * CVS info: $Id: zmapControlWindowButtons.c,v 1.45 2007-02-19 09:29:20 rds Exp $ + * CVS info: $Id: zmapControlWindowButtons.c,v 1.46 2007-03-14 08:41:20 edgrif Exp $ *------------------------------------------------------------------- */ @@ -309,7 +309,6 @@ void zmapControlWindowSetButtonState(ZMap zmap) gboolean zmapControlWindowDoTheZoom(ZMap zmap, double zoom) { ZMapWindow window = NULL; - double factor; window = zMapViewGetWindow(zmap->focus_viewwindow); -- GitLab