From c4f3c46498ff9f2ae77543045983881f79e86e4f Mon Sep 17 00:00:00 2001 From: "yu.dongliang" <18588496441@163.com> Date: Sun, 9 Jul 2023 20:21:10 +0800 Subject: [PATCH] tmp --- ses_layout.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ses_layout.h b/ses_layout.h index a7cd846..28602bf 100644 --- a/ses_layout.h +++ b/ses_layout.h @@ -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 -- 2.25.1