]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / BufferView.h
index 103d4d10b74c35f5a1da92ac5b86155ccf55f8b6..357e33e8cb9bfec0039f717ede69fb9cf693f278 100644 (file)
@@ -125,12 +125,6 @@ public:
        /// return the current change at the cursor.
        Change const getCurrentChange() const;
 
-       /// return the lyxtext we are using.
-       LyXText * getLyXText();
-
-       /// return the lyxtext we are using.
-       LyXText const * getLyXText() const;
-
        /// move cursor to the named label.
        void gotoLabel(docstring const & label);