From 5c24b17af3ce70cf61762f7e10fe1e3e8342f3a4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 7 Apr 2021 21:16:41 -0700 Subject: [PATCH] remove some commented out code --- lib/ortho/structures.h | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/lib/ortho/structures.h b/lib/ortho/structures.h index 216b9c3b9..5fc8bdd2b 100644 --- a/lib/ortho/structures.h +++ b/lib/ortho/structures.h @@ -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 -- 2.40.0