diff options
Diffstat (limited to 'src/gallery-utils.h')
| -rw-r--r-- | src/gallery-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallery-utils.h b/src/gallery-utils.h index 2bffc18..29c7d8f 100644 --- a/src/gallery-utils.h +++ b/src/gallery-utils.h @@ -26,7 +26,6 @@ G_BEGIN_DECLS #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '~') #define IS_EQUAL_SIGN(ch) ((ch) == '=') -#define GET_EXT(s) strrchr (s, '.') /* * str_replace: replace substring 'search' with a 'replace' string |
