From dacb6f92c3d89895dc7b096a259352e601947614 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jul 2022 19:48:21 +0200 Subject: mate-bg: macro is not used [-Wunused-macros] --- libmate-desktop/mate-bg.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libmate-desktop/mate-bg.c') diff --git a/libmate-desktop/mate-bg.c b/libmate-desktop/mate-bg.c index d9de17a..46086d5 100644 --- a/libmate-desktop/mate-bg.c +++ b/libmate-desktop/mate-bg.c @@ -75,10 +75,6 @@ struct _FileSize { char* file; }; -/* This is the size of the GdkRGB dither matrix, in order to avoid - * bad dithering when tiling the gradient - */ -#define GRADIENT_PIXMAP_TILE_SIZE 128 #define THUMBNAIL_SIZE 256 typedef struct FileCacheEntry FileCacheEntry; -- cgit v1.2.1