]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
* LaTeXFeatures.cpp (useLanguage):
[lyx.git] / src / BufferView.h
index b553f26f8365be7141154726ca5aa67b1f8857c7..426e8cf8a0407d32e055d19e507787dfea238d39 100644 (file)
@@ -41,7 +41,6 @@ class ParagraphMetrics;
 class Point;
 class Text;
 class TextMetrics;
-class ViewMetricsInfo;
 
 enum CursorStatus {
        CUR_INSIDE,
@@ -195,11 +194,6 @@ public:
        void putSelectionAt(DocIterator const & cur,
                int length, bool backwards);
 
-       /// return the internal \c ViewMetricsInfo.
-       /// This is used specifically by the \c Workrea.
-       /// \sa WorkArea
-       /// \sa ViewMetricsInfo
-       ViewMetricsInfo const & viewMetricsInfo();
        /// update the internal \c ViewMetricsInfo.
        void updateMetrics();
 
@@ -264,8 +258,6 @@ private:
        /// Update current paragraph metrics.
        /// \return true if no further update is needed.
        bool singleParUpdate();
-       ///
-       bool multiParSel();
 
        /// Search recursively for the the innermost inset that covers (x, y) position.
        /// \retval 0 if no inset is found.