]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud_config.qc
Remove some cases of local noref
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud_config.qc
index e19e2378754b1d4052fd3ecdf9eb1195b2ca3cdf..791508e52155ac0ec93830cf0ce6b64f4ee2f049 100644 (file)
@@ -429,7 +429,7 @@ void HUD_Panel_SetPosSize(vector mySize)
        HUD_Panel_UpdatePosSize()
        vector resizeorigin;
        resizeorigin = panel_click_resizeorigin;
-       local noref vector myPos; // fteqcc sucks
+       vector myPos;
 
        // minimum panel size cap
        mySize_x = max(0.025 * vid_conwidth, mySize_x);