]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Delete unused SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index 9b9046aa4c668b126bb023f9ff157517f5b3d3c3..95b7225cc680c95350b49fe92d32deb31143e045 100644 (file)
@@ -113,7 +113,6 @@ void W_PROP_think()
 }
 STATIC_INIT_LATE(W_PROP_reloader)
 {
-    SELFPARAM();
     entity e = W_PROP_reloader = new_pure(W_PROP_reloader);
     WITHSELF(e, (e.think = W_PROP_think)());
 }