]> granicus.if.org Git - graphviz/commitdiff
smyrna clear_scripts problem fixed
authorarif <devnull@localhost>
Fri, 19 Jun 2009 14:52:54 +0000 (14:52 +0000)
committerarif <devnull@localhost>
Fri, 19 Jun 2009 14:52:54 +0000 (14:52 +0000)
cmd/smyrna/viewport.c

index 4eaa83364575414dc2a98a8f388a53838c34d93a..a347e87c6038c5dfbfb37421927a1d17a4ff80dc 100755 (executable)
@@ -67,8 +67,6 @@ void clear_viewport(ViewInfo * view)
                cleartopview(view->Topview);
     if (view->graphCount) 
                agclose(view->g[view->activeGraph]);
-       if (view->script_count)
-               clear_scripts(view);
 //     init_viewport(view);
 }
 static void* get_glut_font(int ind)