]> granicus.if.org Git - graphviz/commitdiff
remove some commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Apr 2021 04:16:41 +0000 (21:16 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 21:02:40 +0000 (14:02 -0700)
lib/ortho/structures.h

index 216b9c3b9fda9870f7989e6b5bb3b7f3bfaa3300..5fc8bdd2b21eca6c685ad7e25315cff31ba0017f 100644 (file)
@@ -59,34 +59,6 @@ typedef struct {
   struct cell* cp;
 } channel;
 
-#if 0
-typedef struct {
-  int i1, i2, j;
-  int cnt;
-  int* seg_list;  /* list of indices of the segment list */
-
-  rawgraph* G;
-} hor_channel;
-
-typedef struct {
-       hor_channel* hs;
-       int cnt;
-} vhor_channel;
-
-typedef struct {
-  int i, j1, j2;
-  int cnt;
-  int* seg_list;  /* list of indices of the segment list */
-
-  rawgraph* G;
-} vert_channel;
-
-typedef struct {
-       vert_channel* vs;
-       int cnt;
-} vvert_channel;
-#endif
-
 #define N_DAD(n) (n)->n_dad
 
 #endif