]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
fix reading the author field.
[lyx.git] / src / BufferView_pimpl.h
index d98925866c443819e2cf567a3f3ba0053491e733..0e47a24df4212edc6795261a33c97409d4ef2a0a 100644 (file)
@@ -46,8 +46,7 @@ class FuncStatus;
 ///
 struct BufferView::Pimpl : public boost::signals::trackable {
        ///
-       Pimpl(BufferView & bv, LyXView * owner,
-             int xpos, int ypos, int width, int height);
+       Pimpl(BufferView & bv, LyXView * owner, int width, int height);
        ///
        Painter & painter() const;
        /// return the screen for this bview
@@ -174,8 +173,6 @@ private:
        };
        ///
        std::vector<Position> saved_positions;
-       /// Get next inset of this class from current cursor position
-       InsetBase * getInsetByCode(InsetBase::Code code);
        ///
        void MenuInsertLyXFile(std::string const & filen);
        /// our workarea