summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-03-25 09:08:45 -0400
committerDave Reisner <dreisner@archlinux.org>2013-04-01 19:52:05 -0400
commit37ee2520b568028872fb13677359f6c31a316dc1 (patch)
treeb36dd8408c56ff23560a3fa646616ddb638c404f
parent2cd8347b7e6b7827083ac95229645aa04732ca9c (diff)
downloadexpac-37ee2520b568028872fb13677359f6c31a316dc1.tar.xz
remove unused macros
-rw-r--r--expac.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/expac.c b/expac.c
index ea2284c..c971bb1 100644
--- a/expac.c
+++ b/expac.c
@@ -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