]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
move space above/below from Paragraph into a separate vspace inset.
[lyx.git] / src / rowpainter.h
index 96dcb1b8030a73b745b2cbb30fe478c895671126..496b801f64750d4e5d2d0c7f6df35563e7c18d57 100644 (file)
 
 class LyXText;
 class BufferView;
-class VSpace;
-
-/// return the pixel height of a space marker before/after a par
-int getLengthMarkerHeight(BufferView const & bv, VSpace const & vsp);
 
 /// paint the rows of the main text, return last drawn y value
 int paintText(BufferView const & bv);