From: Jean-Marc Lasgouttes Date: Tue, 15 Aug 2006 13:28:23 +0000 (+0000) Subject: remove unused stuff X-Git-Tag: 1.6.10~12812 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b1a54e83eb7589e801ed4567d8897d669d717e3a;p=lyx.git remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14687 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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);