summary refs log tree commit diff
path: root/src/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc.h b/src/misc.h
index 7a377f6..36880ff 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -16,7 +16,6 @@ struct AnimationData {
 };
 
 struct JointData {
-	signed char label;
 	float x, y, z;
 	float length;
 	unsigned char model;