]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
more not-so-useful stuff removed
[lyx.git] / src / lyxtext.h
index 44c24323d49bce56192ae8f37a77506f72b7851f..dcca30446174147385610867f380d832109442b0 100644 (file)
@@ -145,12 +145,6 @@ public:
        ///
        string getStringToIndex();
 
-       /** recalculates the heights of all previous rows of the
-           specified paragraph.  needed, if the last characters font
-           has changed.
-           */
-       void redoHeightOfParagraph();
-
        /** insert a character, moves all the following breaks in the
          same Paragraph one to the right and make a little rebreak
          */
@@ -370,14 +364,7 @@ public:
                       bool same_content);
        ///
        void gotoInset(InsetOld::Code code, bool same_content);
-       ///
 
-       /* for the greater insets */
-
-       /// returns false if inset wasn't found
-       bool updateInset(InsetOld *);
-       ///
-       void checkParagraph(ParagraphList::iterator pit, lyx::pos_type pos);
        ///
        int workWidth() const;