From a7fb2b94260897ec914f0bbf31698e166263036c Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Mon, 13 Apr 2020 12:15:39 +0000 Subject: [PATCH] Removed some old non-essential files --- src/io.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/io.h b/src/io.h index 6ca8331..265992b 100644 --- a/src/io.h +++ b/src/io.h @@ -61,7 +61,6 @@ ts_bool fprint_triangle_list(FILE *fh, ts_vesicle *vesicle); ts_bool fprint_vertex_data(FILE *fh,ts_vertex_list *vlist); ts_bool fprint_bonds(FILE *fh,ts_vesicle *vesicle); -ts_bool write_dout_fcompat_file(ts_vesicle *vesicle, ts_char *filename); ts_bool read_tape_fcompat_file(ts_vesicle *vesicle, ts_char *filename); -- Gitblit v1.9.3