From 5d344028fbf8b3e764549d975b20aa20ae316aa9 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 1 Mar 2011 13:46:08 -0500 Subject: [PATCH] Remove incorrect footnote from GOOPS manual * doc/ref/goops.texi (Inheritance): Remove footnote which incorrectly stated that was not shown in the class hierarchy figure. --- doc/ref/goops.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/ref/goops.texi b/doc/ref/goops.texi index 3bebd8f5b..452c88b6b 100644 --- a/doc/ref/goops.texi +++ b/doc/ref/goops.texi @@ -1085,9 +1085,7 @@ Those class definitions define a hierarchy which is shown in @ref{fig:hier}. In this figure, the class @code{} is also shown; this class is the superclass of all Scheme objects. In particular, @code{} is the superclass of all standard Scheme -types.@footnote{@code{}, which is the direct subclass of -@code{} and the direct superclass of @code{}, has been -omitted in this figure.} +types. @float Figure,fig:hier @iftex