From: TimePath <andrew.hardaker1995@gmail.com>
Date: Sun, 22 May 2016 05:13:08 +0000 (+1000)
Subject: Remove unused SELFPARAM();
X-Git-Tag: xonotic-v0.8.2~902
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2786f05e336a481b792964c2f9738d0070af6230;p=xonotic%2Fxonotic-data.pk3dir.git

Remove unused SELFPARAM();
---

diff --git a/qcsrc/common/vehicles/sv_vehicles.qc b/qcsrc/common/vehicles/sv_vehicles.qc
index c1ad7a7916..eac4b67626 100644
--- a/qcsrc/common/vehicles/sv_vehicles.qc
+++ b/qcsrc/common/vehicles/sv_vehicles.qc
@@ -954,8 +954,6 @@ bool vehicle_impulse(entity this, int imp)
 
 void vehicles_enter(entity pl, entity veh)
 {
-    SELFPARAM();
-
    // Remove this when bots know how to use vehicles
 	if((IS_BOT_CLIENT(pl) && !autocvar_g_vehicles_allow_bots))
 		return;