]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / rowpainter.h
index 14fe013ebb575817307064809a2185c938a4d73d..874a28b00047cfae86de0ae62afc0666e5c23310 100644 (file)
@@ -31,7 +31,6 @@ class ParagraphMetrics;
 class Row;
 class Text;
 class TextMetrics;
-class ViewMetricsInfo;
 
 namespace frontend { class Painter; }
 
@@ -64,7 +63,6 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-       void paintHfill(pos_type const pos, pos_type const body_pos);
 
        /// return left margin
        int leftMargin() const;