Skip to content

Commit d00a04c

Browse files
committed
fix read_params FK-Keymap
Signed-off-by: Michel-FK <[email protected]>
1 parent 7388156 commit d00a04c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

opkrun.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,6 @@ static int read_params(struct OPK *opk, struct params *params)
128128
continue;
129129
}
130130

131-
if (!strncmp(key, "FK-Keymap", skey)) {
132-
if(sval < NB_PARAMS_MAX){
133-
strncpy(params->keymap, val, sval);
134-
} else {
135-
fprintf(stderr, "FK-Keymap error: field length > %d\n", NB_PARAMS_MAX);
136-
}
137-
continue;
138-
}
139-
140131
if (!strncmp(key, "Terminal", skey)) {
141132
params->needs_terminal = !strncmp(val, "true", sval);
142133
continue;

0 commit comments

Comments
 (0)