aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-11-11 11:00:14 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2011-11-14 11:08:15 +0100
commit6b95f7b67dc8e29072fed4e05efa450422661348 (patch)
tree02fb474eb184c72ad0515bccfdf74a5324306c80 /src/args.c
parent7f0c3003ac561a25eeb3c735b32e3ee312ef58c9 (diff)
downloadcalcurse-6b95f7b67dc8e29072fed4e05efa450422661348.tar.gz
calcurse-6b95f7b67dc8e29072fed4e05efa450422661348.zip
src/args.c: Remove obsolete "-N" flag
This is superseded by custom format strings. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/args.c')
-rw-r--r--src/args.c4
1 files changed, 0 insertions, 4 deletions
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++;