summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2022-07-26 19:48:21 +0200
committerLuke from DC <[email protected]>2022-08-20 19:39:09 +0000
commitdacb6f92c3d89895dc7b096a259352e601947614 (patch)
tree16341893139ec3021edd3b136c104982d6d0e187
parent27082014c8d2a8a725f858ec4044e65cefeb5ca5 (diff)
downloadmate-desktop-dacb6f92c3d89895dc7b096a259352e601947614.tar.bz2
mate-desktop-dacb6f92c3d89895dc7b096a259352e601947614.tar.xz
mate-bg: macro is not used [-Wunused-macros]
-rw-r--r--libmate-desktop/mate-bg.c4
1 files changed, 0 insertions, 4 deletions
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;