]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Move #includes out of header files.
[lyx.git] / src / BufferView.h
index 5848a4639ec3d5ec3bb8e5a72a586e19369848a9..029c139c38cc37b8269e1b1284d7847f2219c8de 100644 (file)
@@ -66,10 +66,10 @@ public:
 
        /// return the visible top y
        int top_y() const;
-       
+
        /// set the visible top y
-       void top_y(int);
-       
+       void top_y(int);
+
        /// resize event has happened
        void resize();
 
@@ -205,9 +205,6 @@ private:
        /// Set the current locking inset
        void theLockingInset(UpdatableInset * inset);
 
-       /// return the lyxtext containing this inset
-       LyXText * getParentText(InsetOld * inset) const;
-
        /**
         * Change all insets with the given code's contents to a new
         * string. May only be used with InsetCommand-derived insets