diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-30 15:36:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-11-30 15:36:28 +0000 |
commit | c16582d2ef6aeae45345aa89b14d49a560f66efc (patch) | |
tree | 0b517cdfec2da1cc7b6aeb5bf39a1f8287973d9a /man.c | |
parent | e9af08a9eb17da1e7062697ebf95b13d984ff504 (diff) | |
download | mandoc-c16582d2ef6aeae45345aa89b14d49a560f66efc.tar.gz |
Kill man_action.c.
Diffstat (limited to 'man.c')
-rw-r--r-- | man.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |