From 4baac1966f6d76512f51e84467038a1740b365f2 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Tue, 4 Feb 2025 14:32:28 +0800 Subject: [PATCH] Remove legacy 0.1 config backwards compatibility This code is over 14 years old. Hopefully no complaints now that it's removed. --- qcsrc/menu/xonotic/keybinder.qc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/qcsrc/menu/xonotic/keybinder.qc b/qcsrc/menu/xonotic/keybinder.qc index 569a7ddef..47305e597 100644 --- a/qcsrc/menu/xonotic/keybinder.qc +++ b/qcsrc/menu/xonotic/keybinder.qc @@ -220,18 +220,6 @@ void XonoticKeyBinder_configureXonoticKeyBinder(entity me) { me.configureXonoticListBox(me); me.nItems = 0; - - // TEMP: Xonotic 0.1 to later - replace_bind("impulse 1", "weapon_group_1"); - replace_bind("impulse 2", "weapon_group_2"); - replace_bind("impulse 3", "weapon_group_3"); - replace_bind("impulse 4", "weapon_group_4"); - replace_bind("impulse 5", "weapon_group_5"); - replace_bind("impulse 6", "weapon_group_6"); - replace_bind("impulse 7", "weapon_group_7"); - replace_bind("impulse 8", "weapon_group_8"); - replace_bind("impulse 9", "weapon_group_9"); - replace_bind("impulse 14", "weapon_group_0"); } void XonoticKeyBinder_loadKeyBinds(entity me) { -- 2.39.5