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

1
st.h
View File

@ -80,7 +80,6 @@ void die(const char *, ...);
void redraw(void);
void draw(void);
void iso14755(const Arg *);
void printscreen(const Arg *);
void printsel(const Arg *);
void sendbreak(const Arg *);