mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-21 04:54:17 +02:00
Remove unused fields
This commit is contained in:
parent
b878e48619
commit
dec38bd8f0
2 changed files with 4 additions and 4 deletions
|
|
@ -59,8 +59,8 @@ struct cg_input_config {
|
|||
int natural_scroll;
|
||||
float pointer_accel;
|
||||
float scroll_factor;
|
||||
int repeat_delay;
|
||||
int repeat_rate;
|
||||
/*int repeat_delay;
|
||||
int repeat_rate;*/
|
||||
int scroll_button;
|
||||
int scroll_method;
|
||||
int send_events;
|
||||
|
|
|
|||
4
parse.c
4
parse.c
|
|
@ -151,9 +151,9 @@ parse_input_config(char **saveptr, char **errstr) {
|
|||
cfg->scroll_button = INT_MIN;
|
||||
cfg->scroll_method = INT_MIN;
|
||||
cfg->left_handed = INT_MIN;
|
||||
cfg->repeat_delay = INT_MIN;
|
||||
/*cfg->repeat_delay = INT_MIN;
|
||||
cfg->repeat_rate = INT_MIN;
|
||||
/*cfg->xkb_numlock = INT_MIN;
|
||||
cfg->xkb_numlock = INT_MIN;
|
||||
cfg->xkb_capslock = INT_MIN;
|
||||
cfg->xkb_file_is_set = false;
|
||||
wl_list_init(&cfg->tools);*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue