background: Remove unused variables

This commit is contained in:
Robert Ancell 2018-05-25 12:36:34 +12:00
parent b2746fe0db
commit ba3797aafe

View file

@ -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;