mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
a3a434cd30
commit
444442cdca
@ -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;
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user