]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 24 Sep 2021 00:01:43 +0000 (17:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 30 Sep 2021 00:37:29 +0000 (17:37 -0700)
cmd/smyrna/topfisheyeview.h

index d0625642fcb6a891dd054339a7c5ee31bd78684a..2d07b478d443fac2e069258742d9782ee82a995b 100644 (file)
 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