Skip to content

Commit

Permalink
build fix, remove unused parameter karlstav#484
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav committed Feb 12, 2024
1 parent 5d5e137 commit 34179d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,6 @@ bool load_config(char configPath[PATH_MAX], struct config_params *p, bool colors

p->waveform = iniparser_getint(ini, "output:waveform", 0);

p->waveform_smoothing_factor = iniparser_getdouble(ini, "output:waveform_smoothing_factor", 2);

p->sync_updates = iniparser_getint(ini, "output:alacritty_sync", 0);

vertexShader = strdup(iniparser_getstring(ini, "output:vertex_shader", "pass_through.vert"));
Expand Down

0 comments on commit 34179d6

Please sign in to comment.