Remove the ISO 14755 feature

And move it to the patches section.
Keeping it would force to add an exec pledge on OpenBSD, and some
people think it's bloated, so bye!
This commit is contained in:
Quentin Rameau
2018-09-11 13:11:28 +02:00
committed by Hiltjo Posthuma
parent 4f4bccd162
commit 67d0cb65d0
4 changed files with 0 additions and 32 deletions

View File

@ -177,7 +177,6 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_V, clippaste, {.i = 0} },
{ TERMMOD, XK_Y, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ TERMMOD, XK_I, iso14755, {.i = 0} },
};
/*