diff options
author | rbuj <[email protected]> | 2022-07-26 19:48:21 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-08-20 19:39:09 +0000 |
commit | dacb6f92c3d89895dc7b096a259352e601947614 (patch) | |
tree | 16341893139ec3021edd3b136c104982d6d0e187 /libmate-desktop/mate-bg.c | |
parent | 27082014c8d2a8a725f858ec4044e65cefeb5ca5 (diff) | |
download | mate-desktop-dacb6f92c3d89895dc7b096a259352e601947614.tar.bz2 mate-desktop-dacb6f92c3d89895dc7b096a259352e601947614.tar.xz |
mate-bg: macro is not used [-Wunused-macros]
Diffstat (limited to 'libmate-desktop/mate-bg.c')
-rw-r--r-- | libmate-desktop/mate-bg.c | 4 |
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; |