]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/keybinder.qc
Remove redundant uses of `var`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / keybinder.qc
index caf61a9d9613de58b1c4f87c5a2392dd05585783..73042024b9dcb548b6304fe18c6a7f9c3136c6f2 100644 (file)
@@ -38,7 +38,7 @@ const float MAX_KEYS_PER_FUNCTION = 2;
 const float MAX_KEYBINDS = 256;
 string Xonotic_KeyBinds_Functions[MAX_KEYBINDS];
 string Xonotic_KeyBinds_Descriptions[MAX_KEYBINDS];
-var float Xonotic_KeyBinds_Count = -1;
+float Xonotic_KeyBinds_Count = -1;
 
 void Xonotic_KeyBinds_Read()
 {