From f75fea49534d6e438916679e2b4e835f9d9488cb Mon Sep 17 00:00:00 2001 From: Guillaume Chereau Date: Thu, 21 Nov 2024 15:42:31 +0800 Subject: [PATCH] Remove unused attribute from last commit --- src/formats/vox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/formats/vox.c b/src/formats/vox.c index b99fa88e..4a861df9 100644 --- a/src/formats/vox.c +++ b/src/formats/vox.c @@ -116,7 +116,6 @@ struct node { bool has_trans; int trans[3]; char name[256]; - bool hidden; } ntrn; struct { int id;