Remove unused variables

This commit is contained in:
Pierre Pronchery 2018-10-25 20:53:04 -03:00
parent 9abc9caedf
commit cd3b3bd3a9

View File

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