diff options
| author | Werner LEMBERG <wl@gnu.org> | 2010-12-15 05:57:38 +0000 |
|---|---|---|
| committer | Werner LEMBERG <wl@gnu.org> | 2010-12-15 05:57:38 +0000 |
| commit | a521e596aa8f2f07bb5306baa925bb3f2d2c7344 (patch) | |
| tree | 0f860c8fddac5b8ac3235f575c34e46193a6ad49 /src/roff/troff/node.cpp | |
| parent | 24f89b0aaa10d60de84f98d652900d63fc26b4ef (diff) | |
| download | groff-git-a521e596aa8f2f07bb5306baa925bb3f2d2c7344.tar.gz | |
Remove unused code.
* src/roff/troff/node.cpp, src/roff/troff/node.h
(space_node::space_node): Remove unused constructor.
Diffstat (limited to 'src/roff/troff/node.cpp')
| -rw-r--r-- | src/roff/troff/node.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp index ab9c0ce8b..0f22857fc 100644 --- a/src/roff/troff/node.cpp +++ b/src/roff/troff/node.cpp @@ -3212,11 +3212,6 @@ space_node::space_node(hunits nn, color *c, node *p) { } -space_node::space_node(hunits nn, color *c, statem *s, int pop, node *p) -: node(p, s, pop), n(nn), set(0), was_escape_colon(0), col(c) -{ -} - space_node::space_node(hunits nn, int s, int flag, color *c, statem *st, int pop, node *p) : node(p, st, pop), n(nn), set(s), was_escape_colon(flag), col(c) |
