lib/binds: remove unused helpers

This commit is contained in:
Ching Pei Yang 2024-11-17 20:28:58 +01:00
parent f68a09a600
commit f2899a317a
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -68,17 +68,6 @@
pushDownDefault = attr: mapAttrs (_: mkDefault) attr; pushDownDefault = attr: mapAttrs (_: mkDefault) attr;
mkLznBinding = mode: key: action: desc: {
inherit mode desc key action;
};
mkLznExprBinding = mode: key: action: desc: {
inherit mode desc key action;
lua = true;
silent = true;
expr = true;
};
mkSetLznBinding = mode: binding: action: { mkSetLznBinding = mode: binding: action: {
inherit action mode; inherit action mode;
key = binding.value; key = binding.value;