aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_action.c b/man_action.c
index 2425c13a..9bfe9b46 100644
--- a/man_action.c
+++ b/man_action.c
@@ -1,4 +1,4 @@
-/* $Id: man_action.c,v 1.32 2010/05/15 16:27:23 kristaps Exp $ */
+/* $Id: man_action.c,v 1.33 2010/05/15 20:51:40 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -74,7 +74,6 @@ const struct actions man_actions[MAN_MAX] = {
{ post_de }, /* dei */
{ post_de }, /* am */
{ post_de }, /* ami */
- { post_de }, /* ig */
{ NULL }, /* . */
};