diff options
author | wl <wl> | 2010-12-15 05:57:38 +0000 |
---|---|---|
committer | wl <wl> | 2010-12-15 05:57:38 +0000 |
commit | c23a04b471aacda89679c5aa52d5118ebe93c59c (patch) | |
tree | e9e4697f0f9a78a8337fb99969636c257571cda8 /src/roff/troff/node.h | |
parent | a979dbdf5dfea847c9294647e9532f91282dc5b8 (diff) | |
download | groff-c23a04b471aacda89679c5aa52d5118ebe93c59c.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.h')
-rw-r--r-- | src/roff/troff/node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/roff/troff/node.h b/src/roff/troff/node.h index 9850be21..641f5c81 100644 --- a/src/roff/troff/node.h +++ b/src/roff/troff/node.h @@ -1,6 +1,6 @@ // -*- C++ -*- /* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004,\ - 2006, 2009 + 2006, 2009, 2010 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) @@ -170,7 +170,6 @@ protected: color *col; /* for grotty */ space_node(hunits, int, int, color *, statem *, int, node * = 0); public: - space_node(hunits, color *, statem *, int, node * = 0); space_node(hunits, color *, node * = 0); #if 0 ~space_node(); |