X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=357e33e8cb9bfec0039f717ede69fb9cf693f278;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=103d4d10b74c35f5a1da92ac5b86155ccf55f8b6;hpb=c347f0467bab693ee8d059cb36cbc097dd7028a2;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 103d4d10b7..357e33e8cb 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -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);