]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
more not-so-useful stuff removed
[lyx.git] / src / lyxtext.h
index c45f319f34f9b066074372b59443282b588a0f44..dcca30446174147385610867f380d832109442b0 100644 (file)
@@ -99,8 +99,6 @@ public:
                         lyx::pos_type pos,
                         LyXFont const & font, bool toggleall);
 
-       ///
-       void breakAgainOneRow(RowList::iterator rit);
        /// what you expect when pressing <enter> at cursor position
        void breakParagraph(ParagraphList & paragraphs, char keep_layout = 0);
 
@@ -147,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
          */
@@ -167,12 +159,6 @@ public:
        /// compute text metrics
        void metrics(MetricsInfo & mi, Dimension & dim);
 
-       /// clear any pending paints
-       void clearPaint();
-
-       /// submit repaint request
-       void postPaint();
-
        ///
        InsetOld::RESULT dispatch(FuncRequest const & cmd);
 
@@ -182,16 +168,6 @@ public:
 
        friend class LyXScreen;
 
-       /**
-        * Return the status. This represents what repaints are
-        * pending after some operation (e.g. inserting a char).
-        */
-       bool needRefresh() const;
-
-private:
-       // do we need a refresh?
-       bool need_refresh_;
-
 public:
        /// only the top-level LyXText has this non-zero
        BufferView * bv_owner;
@@ -388,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;