diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-03-25 09:08:45 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-04-01 19:52:05 -0400 |
commit | 37ee2520b568028872fb13677359f6c31a316dc1 (patch) | |
tree | b36dd8408c56ff23560a3fa646616ddb638c404f | |
parent | 2cd8347b7e6b7827083ac95229645aa04732ca9c (diff) | |
download | expac-37ee2520b568028872fb13677359f6c31a316dc1.tar.xz |
remove unused macros
-rw-r--r-- | expac.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -39,9 +39,6 @@ #define DEFAULT_LISTDELIM " " #define DEFAULT_TIMEFMT "%c" #define FORMAT_TOKENS "BCDEGLMNOPRSabdhmnprsuvw%" -#define FORMAT_TOKENS_LOCAL "ilFw" -#define FORMAT_TOKENS_SYNC "fgk" -#define ESCAPE_TOKENS "\"\\abefnrtv" #define SIZE_TOKENS "BKMGTPEZY\0" #ifndef PATH_MAX |