summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/man.c b/man.c
index 2a1070a7..dfd8b7d1 100644
--- a/man.c
+++ b/man.c
@@ -216,8 +216,6 @@ man_node_append(struct man *man, struct man_node *p)
case (MAN_TEXT):
if ( ! man_valid_post(man))
return(0);
- if ( ! man_action_post(man))
- return(0);
break;
default:
break;