From 444442cdca6b9f3c7dfa6e1e5860679e9dcb2c70 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 15 Aug 2006 13:28:40 +0000 Subject: [PATCH] remove unused stuff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14688 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferView.C | 3 --- src/BufferView.h | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/BufferView.C b/src/BufferView.C index 6509e3a52f..29b9b41b53 100644 --- a/src/BufferView.C +++ b/src/BufferView.C @@ -20,7 +20,6 @@ #include "bufferlist.h" #include "bufferparams.h" #include "BufferView_pimpl.h" -#include "CutAndPaste.h" #include "coordcache.h" #include "debug.h" #include "funcrequest.h" @@ -49,8 +48,6 @@ using lyx::support::bformat; -using lyx::cap::setSelectionRange; - using std::distance; using std::find; using std::string; diff --git a/src/BufferView.h b/src/BufferView.h index f572b7d84a..89e0275a99 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -127,9 +127,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);