]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.h
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / ParagraphMetrics.h
index 988947355e7615d05e227e1faf213dc23343a456..1d690aab7732071944792d67951a81cece524802 100644 (file)
 #include "Dimension.h"
 #include "Row.h"
 
-#include <vector>
-
 namespace lyx {
 
-/**
- * Each paragraph is broken up into a number of rows on the screen.
- * This is a list of such on-screen rows, ordered from the top row
- * downwards.
- */
-typedef std::vector<Row> RowList;
-
 class BufferView;
 class Paragraph;