diff options
author | rbuj <[email protected]> | 2022-07-26 19:48:47 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-08-20 19:39:09 +0000 |
commit | e9ba2a710c300c435cb32546d6255a6cf12201c9 (patch) | |
tree | f434a9a031fd65212a628c0fc9a2cd34164b6270 /libmate-desktop | |
parent | dacb6f92c3d89895dc7b096a259352e601947614 (diff) | |
download | mate-desktop-e9ba2a710c300c435cb32546d6255a6cf12201c9.tar.bz2 mate-desktop-e9ba2a710c300c435cb32546d6255a6cf12201c9.tar.xz |
mate-colorsel: macro is not used [-Wunused-macros]
Diffstat (limited to 'libmate-desktop')
-rw-r--r-- | libmate-desktop/mate-colorsel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmate-desktop/mate-colorsel.c b/libmate-desktop/mate-colorsel.c index aca4053..1bd5107 100644 --- a/libmate-desktop/mate-colorsel.c +++ b/libmate-desktop/mate-colorsel.c @@ -53,8 +53,6 @@ #define DROPPER_X_HOT 2 #define DROPPER_Y_HOT 16 -#define SAMPLE_WIDTH 64 -#define SAMPLE_HEIGHT 28 #define CHECK_SIZE 16 #define BIG_STEP 20 |