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;