config: remove unused shadow_color variable

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2020-08-18 02:35:57 +01:00
parent 3ae21aa9a3
commit e90bd92a53
2 changed files with 0 additions and 2 deletions

View File

@@ -515,7 +515,6 @@ char *parse_config(options_t *opt, const char *config_file, bool *shadow_enable,
.sw_opti = false,
.use_damage = true,
.shadow_color = "#000000",
.shadow_red = 0.0,
.shadow_green = 0.0,
.shadow_blue = 0.0,

View File

@@ -140,7 +140,6 @@ typedef struct options {
// === Shadow ===
/// Red, green and blue tone of the shadow.
double shadow_red, shadow_green, shadow_blue;
char *shadow_color;
int shadow_radius;
int shadow_offset_x, shadow_offset_y;
double shadow_opacity;