background: Remove unused variables
This commit is contained in:
parent
b2746fe0db
commit
ba3797aafe
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ set_bg_properties (CcBackgroundItem *item)
|
||||||
{
|
{
|
||||||
GdkRGBA pcolor = { 0, 0, 0, 0 };
|
GdkRGBA pcolor = { 0, 0, 0, 0 };
|
||||||
GdkRGBA scolor = { 0, 0, 0, 0 };
|
GdkRGBA scolor = { 0, 0, 0, 0 };
|
||||||
GdkColor p, s;
|
|
||||||
|
|
||||||
if (item->uri) {
|
if (item->uri) {
|
||||||
g_autoptr(GFile) file = NULL;
|
g_autoptr(GFile) file = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue