From: Matthew Fernandez Date: Fri, 24 Sep 2021 00:01:43 +0000 (-0700) Subject: smyrna: remove commented out code X-Git-Tag: 2.49.2~30^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0adbaafd9ed7a62e280c0964477075a7d8638496;p=graphviz smyrna: remove commented out code --- diff --git a/cmd/smyrna/topfisheyeview.h b/cmd/smyrna/topfisheyeview.h index d0625642f..2d07b478d 100644 --- a/cmd/smyrna/topfisheyeview.h +++ b/cmd/smyrna/topfisheyeview.h @@ -17,22 +17,9 @@ extern "C" { #endif -#if 0 - void fisheye_polar(double x_focus, double y_focus, topview * t); - void fisheye_spherical(double x_focus, double y_focus, double z_focus, - topview * t); -#endif void drawtopologicalfisheye(topview * t); void changetopfishfocus(topview * t, float *x, float *y, float *z, int num_foci); -#if 0 - void drawtopologicalfisheye2(topview * t); - int get_active_frame(topview * t); - void get_interpolated_coords(double x0, double y0, double x1, - double y1, int fr, int total_fr, - double *x, double *y); - void refresh_old_values(topview * t); -#endif void prepare_topological_fisheye(Agraph_t* g,topview * t); #ifdef __cplusplus