diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 01:41:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-11 18:50:36 +0100 |
commit | 47babe69871cd65b2fb3ae2d9f97b5c31331a28f (patch) | |
tree | be219a394b6812ae8368c748c8e98961ec1e56c5 /libcaja-private/caja-file-operations.c | |
parent | a67e47448d5534302f0efe588942e761881f28bc (diff) | |
download | caja-47babe69871cd65b2fb3ae2d9f97b5c31331a28f.tar.bz2 caja-47babe69871cd65b2fb3ae2d9f97b5c31331a28f.tar.xz |
Remove unused macros
Diffstat (limited to 'libcaja-private/caja-file-operations.c')
-rw-r--r-- | libcaja-private/caja-file-operations.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcaja-private/caja-file-operations.c b/libcaja-private/caja-file-operations.c index fc400a3a..017aa5cb 100644 --- a/libcaja-private/caja-file-operations.c +++ b/libcaja-private/caja-file-operations.c @@ -186,9 +186,7 @@ typedef struct { #define RETRY _("_Retry") #define DELETE _("_Delete") #define DELETE_ALL _("Delete _All") -#define REPLACE _("_Replace") #define REPLACE_ALL _("Replace _All") -#define MERGE _("_Merge") #define MERGE_ALL _("Merge _All") #define COPY_FORCE _("Copy _Anyway") |