]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
get rid of dead code, some new functions constify variables.
[features.git] / src / lyxtext.h
index 548d035c4538e7297404b8da123db5fa60ff6c73..55dbb9e0f9d4149608c0b59c786d026ab1d070e3 100644 (file)
@@ -284,10 +284,6 @@ public:
        ///
        void CursorRight(BufferView *, bool internal = true) const;
        ///
-       void CursorLeftIntern(BufferView *, bool internal = true) const;
-       ///
-       void CursorRightIntern(BufferView *, bool internal = true) const;
-       ///
        void CursorLeftOneWord(BufferView *) const;
        ///
        void CursorRightOneWord(BufferView *) const;