From ba3797aafefc1ef9dc9a40e5588c13994107370c Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 25 May 2018 12:36:34 +1200 Subject: background: Remove unused variables --- panels/background/cc-background-item.c | 1 - 1 file changed, 1 deletion(-) (limited to 'panels/background/cc-background-item.c') diff --git a/panels/background/cc-background-item.c b/panels/background/cc-background-item.c index 13c65837d..c547cb150 100644 --- a/panels/background/cc-background-item.c +++ b/panels/background/cc-background-item.c @@ -143,7 +143,6 @@ set_bg_properties (CcBackgroundItem *item) { GdkRGBA pcolor = { 0, 0, 0, 0 }; GdkRGBA scolor = { 0, 0, 0, 0 }; - GdkColor p, s; if (item->uri) { g_autoptr(GFile) file = NULL; -- cgit v1.2.1