]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
fix reading the author field.
[lyx.git] / src / paragraph_funcs.h
index 6a573f458fc35dbe4dcd22db83586828951fa533..a0feb358efe72ae32d0845884b2a63ac876201c5 100644 (file)
@@ -61,9 +61,6 @@ LyXFont const outerFont(lyx::par_type par, ParagraphList const & plist);
 /// find outermost paragraph containing an inset
 lyx::par_type outerPar(Buffer const & buf, InsetBase const * inset);
 
-/// find owning paragraph containing an inset
-Paragraph const & ownerPar(Buffer const & buf, InsetBase const * inset);
-
 /// return the range of pars [beg, end[ owning the range of y [ystart, yend]
 void getParsInRange(ParagraphList & plist,
                                int ystart, int yend,