summaryrefslogtreecommitdiff
path: root/src/preproc/eqn/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/eqn/box.h')
-rw-r--r--src/preproc/eqn/box.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/preproc/eqn/box.h b/src/preproc/eqn/box.h
index 01bfe96a..fc4ac2d9 100644
--- a/src/preproc/eqn/box.h
+++ b/src/preproc/eqn/box.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2004 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -238,9 +238,6 @@ public:
};
box *split_text(char *);
-box *make_script_box(box *, box *, box *);
-box *make_mark_box(box *);
-box *make_lineup_box(box *);
box *make_delim_box(char *, box *, char *);
box *make_sqrt_box(box *);
box *make_prime_box(box *);