]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove legacy 0.1 config backwards compatibility
authorotta8634 <k9wolf@pm.me>
Tue, 4 Feb 2025 06:32:28 +0000 (14:32 +0800)
committerotta8634 <k9wolf@pm.me>
Tue, 4 Feb 2025 06:32:28 +0000 (14:32 +0800)
This code is over 14 years old. Hopefully no complaints now that it's removed.

qcsrc/menu/xonotic/keybinder.qc

index 569a7ddef0b7a95dd9f5954448af4985e8e6a5ea..47305e5970d3e419e14581dba9f04eadec99f007 100644 (file)
@@ -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)
 {