From fb7bdec02dfaadf1be67052f3bf477cd1d31b587 Mon Sep 17 00:00:00 2001 From: jmbau <30726620+jmbau@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:32:14 +0200 Subject: [PATCH] Update src/humanio.c Co-authored-by: Hector Sanjuan --- src/humanio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/humanio.c b/src/humanio.c index 68e9e3d..7831c86 100644 --- a/src/humanio.c +++ b/src/humanio.c @@ -154,7 +154,6 @@ int SARHumanLoadFromFile(sar_human_data_struct *hd, const char *filename) else if(!strcasecmp(buf, "PresetAdd")) { char *s = FGetString(fp); - /* Reset context pointers */ hdp_ptr = NULL; palette_ptr = NULL;