From: arif Date: Fri, 19 Jun 2009 14:52:54 +0000 (+0000) Subject: smyrna clear_scripts problem fixed X-Git-Tag: LAST_LIBGRAPH~32^2~1903 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f318fd84c8768514a3b6c4f31dcc347a6050c33e;p=graphviz smyrna clear_scripts problem fixed --- diff --git a/cmd/smyrna/viewport.c b/cmd/smyrna/viewport.c index 4eaa83364..a347e87c6 100755 --- a/cmd/smyrna/viewport.c +++ b/cmd/smyrna/viewport.c @@ -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)