From 1c1df872ee1e72424673c9fdb001430877cdc72a Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@xonotic.org>
Date: Thu, 29 Aug 2013 14:55:36 +0200
Subject: [PATCH] remove this movetype from CSQC. How did it get there...

---
 dpdefs/csprogsdefs.qc | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dpdefs/csprogsdefs.qc b/dpdefs/csprogsdefs.qc
index af0cb691..f858afba 100644
--- a/dpdefs/csprogsdefs.qc
+++ b/dpdefs/csprogsdefs.qc
@@ -1069,14 +1069,6 @@ float SOUNDFLAG_RELIABLE = 1;
 //- NOTE: to check for this, ALSO OR a check with DP_SND_SOUND7 to also support
 //  the finished extension once done
 
-//DP_MOVETYPEFLYWORLDONLY
-//idea: Samual
-//darkplaces implementation: Samual
-//movetype definitions:
-float MOVETYPE_FLY_WORLDONLY = 33;
-//description:
-//like MOVETYPE_FLY, but does all traces with MOVE_WORLDONLY, and is ignored by MOVETYPE_PUSH. Should only be combined with SOLID_NOT and SOLID_TRIGGER.
-
 //DP_PRECACHE_PIC_FLAGS
 //idea: divVerent
 //darkplaces implementation: divVerent
-- 
2.39.5