]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
cosmetics
[lyx.git] / src / BufferView.h
index 16cbcd7aa26220321f8c856c3d4476e24b2f3f34..9dfe5568cfbb08cf2862f8bb49720b477d746295 100644 (file)
@@ -201,8 +201,7 @@ public:
        /// \sa ViewMetricsInfo
        ViewMetricsInfo const & viewMetricsInfo();
        /// update the internal \c ViewMetricsInfo.
-       /// \param singlepar indicates wether
-       void updateMetrics(bool singlepar = false);
+       void updateMetrics();
 
        ///
        TextMetrics const & textMetrics(Text const * t) const;
@@ -265,8 +264,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.