remove unused stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14688 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-08-15 13:28:40 +00:00
parent a3a434cd30
commit 444442cdca
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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);