From 6b95f7b67dc8e29072fed4e05efa450422661348 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 11 Nov 2011 11:00:14 +0100 Subject: src/args.c: Remove obsolete "-N" flag This is superseded by custom format strings. Signed-off-by: Lukas Fleischer --- src/args.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/args.c') diff --git a/src/args.c b/src/args.c index 3e96c46..d4209bf 100644 --- a/src/args.c +++ b/src/args.c @@ -615,7 +615,6 @@ parse_args (int argc, char **argv) int gflag = 0; /* -g: run garbage collector */ int iflag = 0; /* -i: import data */ int nflag = 0; /* -n: print next appointment */ - int Nflag = 0; /* -N: also print note content with apps and todos */ int rflag = 0; /* -r: specify the range of days to consider */ int sflag = 0; /* -s: specify the first day to consider */ int Sflag = 0; /* -S: specify a regex to search for */ @@ -714,9 +713,6 @@ parse_args (int argc, char **argv) multiple_flag++; load_data++; break; - case 'N': - Nflag = 1; - break; case 'r': rflag = 1; multiple_flag++; -- cgit v1.2.3-54-g00ecf