summaryrefslogtreecommitdiff
path: root/src/roff/troff/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/node.h')
-rw-r--r--src/roff/troff/node.h3
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();