]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Cleanup: Replace a bunch of Cursor arguments with DocIterators.
[lyx.git] / src / Buffer.h
index 6cb04bb7c0b72693b0bfe5a299554fb471ccaae6..a6fcbd5430716778b62d1f19f256a66c248f7efe 100644 (file)
@@ -155,10 +155,6 @@ public:
        */
        bool readDocument(Lexer &);
 
-       ///
-       void insertStringAsLines(ParagraphList & plist,
-               pit_type &, pos_type &,
-               Font const &, docstring const &, bool);
        ///
        DocIterator getParFromID(int id) const;
        /// do we have a paragraph with this id?