]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove some useless files
authorMario <mario@smbclan.net>
Wed, 23 Dec 2015 08:58:48 +0000 (18:58 +1000)
committerMario <mario@smbclan.net>
Wed, 23 Dec 2015 08:58:48 +0000 (18:58 +1000)
qcsrc/common/physics/movetypes/push.qc
qcsrc/common/physics/movetypes/push.qh [deleted file]
qcsrc/common/physics/movetypes/toss.qc
qcsrc/common/physics/movetypes/toss.qh [deleted file]
qcsrc/common/physics/movetypes/walk.qc
qcsrc/common/physics/movetypes/walk.qh [deleted file]

index 3b3c648f1e9145c3029bf5608f85a5e90cb02832..b832465464ffd7496c273dd3b70214d84d7c8295 100644 (file)
@@ -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 (file)
index d0c8493..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef MOVETYPE_PUSH_H
-#define MOVETYPE_PUSH_H
-
-void _Movetype_Physics_Pusher(entity this, float dt);
-
-#endif
index 44f8a98135b743eaae0578acda4ef0f2f1b05870..dbd25c8e3f1ce3a84e06c424e85209409b516abe 100644 (file)
@@ -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 (file)
index cf5cf49..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef MOVETYPE_TOSS_H
-#define MOVETYPE_TOSS_H
-
-void _Movetype_Physics_Toss(entity this, float dt);
-
-#endif
index 579a1cbafe471103b07a5cd5ddabc02871e8a77b..e926246266c6761215058a7f293adc421e18562a 100644 (file)
@@ -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 (file)
index a920c7a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef MOVETYPE_WALK_H
-#define MOVETYPE_WALK_H
-
-void _Movetype_Physics_Walk(entity this, float dt);
-
-#endif