From b1a54e83eb7589e801ed4567d8897d669d717e3a Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 15 Aug 2006 13:28:23 +0000 Subject: [PATCH] remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14687 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.39.5