diff --git a/src/BufferView.h b/src/BufferView.h index a30c5b8c65..21f6b9a2d9 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -148,9 +148,6 @@ public: /// return the lyxtext we are using LyXText const * getLyXText() const; - /// simple replacing. Use the font of the first selected character - void replaceSelectionWithString(std::string const & str); - /// move cursor to the named label void gotoLabel(std::string const & label);