diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex index b3c9f62cc59..ffc1f820446 100644 --- a/Doc/ext/newtypes.tex +++ b/Doc/ext/newtypes.tex @@ -785,6 +785,3 @@ And, a sample of its use might be something like the following: return NULL; } \end{verbatim} - -%For a reasonably extensive example, from which most of the snippits -%above were taken, see \file{newdatatype.c} and \file{newdatatype.h}.