We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7388156 commit d00a04cCopy full SHA for d00a04c
opkrun.c
@@ -128,15 +128,6 @@ static int read_params(struct OPK *opk, struct params *params)
128
continue;
129
}
130
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
-
140
if (!strncmp(key, "Terminal", skey)) {
141
params->needs_terminal = !strncmp(val, "true", sval);
142
0 commit comments