remove layoutsymb and tilesymb

This commit is contained in:
speedie 2022-12-04 22:15:14 +01:00
parent 59c2df8162
commit a76b2d62d0

View file

@ -818,24 +818,6 @@ enum {
layoutlast,
};
static char layoutsymb[] = {
32,
124,
61,
94,
126,
58,
59,
43,
124,
61,
94,
126,
58,
59,
43,
};
enum {
toptobottom,
lefttoright,
@ -851,20 +833,6 @@ enum {
axislast,
};
static char tilesymb[] = {
61,
124,
68,
71,
49,
50,
35,
126,
92,
64,
84,
};
static Window root, wmcheckwin;
static Client *mark;
static KeySym keychain = -1;