From 0d2e8333e8bbf8a1cd0c652ad47bcd93461ab811 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 29 May 2024 12:25:23 +0300 Subject: [PATCH] common: remove unused boneinfo.h header --- common/boneinfo.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 common/boneinfo.h diff --git a/common/boneinfo.h b/common/boneinfo.h deleted file mode 100644 index 1c88d7e1..00000000 --- a/common/boneinfo.h +++ /dev/null @@ -1,25 +0,0 @@ -/* -boneinfo.h - structure that send delta-compressed bones across network -Copyright (C) 2018 Uncle Mike - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. -*/ - -#ifndef BONEINFO_H -#define BONEINFO_H - -typedef struct -{ - vec3_t angles; - vec3_t origin; -} boneinfo_t; - -#endif//BONEINFO_H