Remove unused variables
This commit is contained in:
parent
9abc9caedf
commit
cd3b3bd3a9
|
@ -701,10 +701,7 @@ static void _desktopicon_update_transparency(DesktopIcon * desktopicon)
|
||||||
GdkPixbuf * pixbuf;
|
GdkPixbuf * pixbuf;
|
||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
#if GTK_CHECK_VERSION(3, 0, 0)
|
#if !GTK_CHECK_VERSION(3, 0, 0)
|
||||||
GdkRGBA black = { 0.0, 0.0, 0.0, 1.0 };
|
|
||||||
GdkRGBA white = { 1.0, 1.0, 1.0, 1.0 };
|
|
||||||
#else
|
|
||||||
int iwidth;
|
int iwidth;
|
||||||
int iheight;
|
int iheight;
|
||||||
GdkBitmap * mask;
|
GdkBitmap * mask;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user