diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-11-01 10:59:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-11-01 10:59:41 +0100 |
commit | 18bf1580744c20cac6739ec3b6fb46c070320b72 (patch) | |
tree | 6083034758af373a843a46c80ab20f665f7dd923 /src/wallpaper.c | |
parent | cfad4c3640d76181dcba2e1feb5bd531178c9d3e (diff) |
wallpaper.c: Remove unused variable
Diffstat (limited to 'src/wallpaper.c')
-rw-r--r-- | src/wallpaper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallpaper.c b/src/wallpaper.c index 222afdd..2a4743f 100644 --- a/src/wallpaper.c +++ b/src/wallpaper.c @@ -296,8 +296,6 @@ void feh_wm_set_bg(char *fil, Imlib_Image im, int centered, int scaled, Pixmap pmap_d1, pmap_d2; char *home; - char *bgfill = NULL; - bgfill = opt.image_bg == IMAGE_BG_WHITE ? "--image-bg white" : "--image-bg black" ; /* local display to set closedownmode on */ Display *disp2; |