From: otta8634 Date: Tue, 4 Feb 2025 06:32:28 +0000 (+0800) Subject: Remove legacy 0.1 config backwards compatibility X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4baac1966f6d76512f51e84467038a1740b365f2;p=xonotic%2Fxonotic-data.pk3dir.git Remove legacy 0.1 config backwards compatibility This code is over 14 years old. Hopefully no complaints now that it's removed. --- 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) {