summaryrefslogtreecommitdiff
path: root/panels/background/cc-background-item.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-05-25 12:36:34 +1200
committerRobert Ancell <robert.ancell@canonical.com>2018-05-25 12:36:34 +1200
commitba3797aafefc1ef9dc9a40e5588c13994107370c (patch)
tree03862ec6e6d7f7b633df68122d2ce6eaeb174ec7 /panels/background/cc-background-item.c
parentb2746fe0dba514661c1bfc4c95a6fd09e7b0da78 (diff)
downloadgnome-control-center-ba3797aafefc1ef9dc9a40e5588c13994107370c.tar.gz
background: Remove unused variables
Diffstat (limited to 'panels/background/cc-background-item.c')
-rw-r--r--panels/background/cc-background-item.c1
1 files changed, 0 insertions, 1 deletions
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;