mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-05 06:47:12 -04:00
Remove extra line
This commit is contained in:
parent
8edd0af80c
commit
f2ba08b262
1 changed files with 2 additions and 2 deletions
|
|
@ -2572,9 +2572,9 @@ void set_value_default() {
|
||||||
config.focused_opacity = focused_opacity;
|
config.focused_opacity = focused_opacity;
|
||||||
config.unfocused_opacity = unfocused_opacity;
|
config.unfocused_opacity = unfocused_opacity;
|
||||||
|
|
||||||
/* tablet */
|
/* Tablet */
|
||||||
config.tablet_output_name = strdup("");
|
config.tablet_output_name = strdup("");
|
||||||
//
|
|
||||||
memcpy(config.shadowscolor, shadowscolor, sizeof(shadowscolor));
|
memcpy(config.shadowscolor, shadowscolor, sizeof(shadowscolor));
|
||||||
|
|
||||||
memcpy(config.animation_curve_move, animation_curve_move,
|
memcpy(config.animation_curve_move, animation_curve_move,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue