]> git.lyx.org Git - lyx.git/commitdiff
remove unused stuff
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 15 Aug 2006 13:28:23 +0000 (13:28 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 15 Aug 2006 13:28:23 +0000 (13:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14687 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.h

index a30c5b8c653baf63b81f3a5df7453d4200bc96cd..21f6b9a2d923d6dbbb73cd05756052ad5279c94f 100644 (file)
@@ -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);