removed unused code

This commit is contained in:
Miodec 2022-02-10 00:54:48 +01:00
parent 9712443c3c
commit 31c799e653

View file

@ -2437,14 +2437,8 @@ export let defaultCommands = {
{
id: "changePunctuation",
display: "Punctuation...",
subgroup: commandsPunctuation,
icon: "!?",
shift: {
display: "Toggle punctuation",
exec: () => {
UpdateConfig.togglePunctuation();
},
},
subgroup: commandsPunctuation,
},
{
id: "changeMode",