]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/shownames.qc
Delete unused SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / shownames.qc
index 5368cb6429177ef4130a10e45610596485cab269..47e98d6194dee3a391a4fc2e48a43568d5c1d5b9 100644 (file)
@@ -167,7 +167,6 @@ void Draw_ShowNames(entity this)
 
 void Draw_ShowNames_All()
 {
-    SELFPARAM();
        if (!autocvar_hud_shownames) return;
        LL_EACH(shownames_ent, true, {
                entity entcs = entcs_receiver(i);