tmp
authoryu.dongliang <18588496441@163.com>
Sun, 9 Jul 2023 12:21:10 +0000 (20:21 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 9 Jul 2023 12:21:10 +0000 (20:21 +0800)
ses_layout.h

index a7cd84659210a5abb6f533438018b6b33e4c3fa9..28602bf81235a8970f71ea7ff9070c9e8aa9100c 100644 (file)
@@ -5,12 +5,6 @@
 #include"scf_eda_pb.h"
 #include"scf_vector.h"
 
-typedef struct
-{
-       scf_vector_t* lines[2];
-       size_t        n_components;
-} ses_line_pair_t;
-
 int ses_layout_board(ScfEboard* b, int x, int y, int w, int h);
 
 #endif