]> granicus.if.org Git - graphviz/commitdiff
remove never-used variable
authorellson <devnull@localhost>
Fri, 3 Mar 2006 15:50:12 +0000 (15:50 +0000)
committerellson <devnull@localhost>
Fri, 3 Mar 2006 15:50:12 +0000 (15:50 +0000)
lib/common/svggen.c

index 0c57f33c8a70a5235473cf460500ba667bb3a47e..b5f8262fe4def2a68fa3d36c0e07f939d0c0e2f0 100644 (file)
@@ -119,7 +119,6 @@ static pointf Offset;
 
 static point Viewport;
 static pointf GraphFocus;
-static double Zoom;
 
 static node_t *Curnode;
 
@@ -488,7 +487,6 @@ static void svg_begin_graph(GVC_t * gvc, graph_t * g, box bb, point pb)
 {
     Viewport.x = gvc->job->width;
     Viewport.y = gvc->job->height;
-    Zoom = gvc->job->zoom;
     GraphFocus = gvc->job->focus;
     CompScale = gvc->job->compscale;
     Offset = gvc->job->offset;