From: Mario Date: Wed, 23 Dec 2015 08:58:48 +0000 (+1000) Subject: Remove some useless files X-Git-Tag: xonotic-v0.8.2~1452 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=21ebe6f6d2c2151c2d714fc3f29fadbf8044ad1f Remove some useless files --- diff --git a/qcsrc/common/physics/movetypes/push.qc b/qcsrc/common/physics/movetypes/push.qc index 3b3c648f1..b83246546 100644 --- a/qcsrc/common/physics/movetypes/push.qc +++ b/qcsrc/common/physics/movetypes/push.qc @@ -1,5 +1,3 @@ -#include "push.qh" - void _Movetype_PushMove(entity this, float dt) // SV_PushMove { if (this.move_velocity == '0 0 0' && this.move_avelocity == '0 0 0') diff --git a/qcsrc/common/physics/movetypes/push.qh b/qcsrc/common/physics/movetypes/push.qh deleted file mode 100644 index d0c8493b7..000000000 --- a/qcsrc/common/physics/movetypes/push.qh +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef MOVETYPE_PUSH_H -#define MOVETYPE_PUSH_H - -void _Movetype_Physics_Pusher(entity this, float dt); - -#endif diff --git a/qcsrc/common/physics/movetypes/toss.qc b/qcsrc/common/physics/movetypes/toss.qc index 44f8a9813..dbd25c8e3 100644 --- a/qcsrc/common/physics/movetypes/toss.qc +++ b/qcsrc/common/physics/movetypes/toss.qc @@ -1,4 +1,3 @@ -#include "toss.qh" #include "../player.qh" void _Movetype_Physics_Toss(entity this, float dt) // SV_Physics_Toss diff --git a/qcsrc/common/physics/movetypes/toss.qh b/qcsrc/common/physics/movetypes/toss.qh deleted file mode 100644 index cf5cf49bb..000000000 --- a/qcsrc/common/physics/movetypes/toss.qh +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef MOVETYPE_TOSS_H -#define MOVETYPE_TOSS_H - -void _Movetype_Physics_Toss(entity this, float dt); - -#endif diff --git a/qcsrc/common/physics/movetypes/walk.qc b/qcsrc/common/physics/movetypes/walk.qc index 579a1cbaf..e92624626 100644 --- a/qcsrc/common/physics/movetypes/walk.qc +++ b/qcsrc/common/physics/movetypes/walk.qc @@ -1,5 +1,3 @@ -#include "walk.qh" - void _Movetype_Physics_Walk(entity this, float dt) // SV_WalkMove { vector stepnormal = '0 0 0'; diff --git a/qcsrc/common/physics/movetypes/walk.qh b/qcsrc/common/physics/movetypes/walk.qh deleted file mode 100644 index a920c7a4f..000000000 --- a/qcsrc/common/physics/movetypes/walk.qh +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef MOVETYPE_WALK_H -#define MOVETYPE_WALK_H - -void _Movetype_Physics_Walk(entity this, float dt); - -#endif