From 894c63810d46081b752b78740c09f15d44c0d0a4 Mon Sep 17 00:00:00 2001 From: jmbau <30726620+jmbau@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:27:22 +0200 Subject: [PATCH] Update src/human.h Co-authored-by: Hector Sanjuan --- src/human.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/human.h b/src/human.h index c48c319..d8adbf7 100644 --- a/src/human.h +++ b/src/human.h @@ -45,7 +45,6 @@ typedef struct { /* Number of assisting humans (0 for none) */ int assisting_humans; - /* Assisting human color palette */ sar_color_struct assisting_human_color[SAR_HUMAN_COLORS_MAX];