* BufferView::Pimpl:

- remove unused variable using_xterm_cursor


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14385 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2006-07-08 21:22:18 +00:00
parent 34eb5e241e
commit 7dc5b51079
2 changed files with 1 additions and 3 deletions

View File

@ -138,7 +138,7 @@ T * getInsetByCode(LCursor & cur, InsetBase::Code code)
BufferView::Pimpl::Pimpl(BufferView & bv, LyXView * owner)
: bv_(&bv), owner_(owner), buffer_(0), wh_(0), cursor_timeout(400),
using_xterm_cursor(false), cursor_(bv),
cursor_(bv),
multiparsel_cache_(false), anchor_ref_(0), offset_ref_(0), needs_redraw_(false)
{
xsel_cache_.set = false;

View File

@ -187,8 +187,6 @@ private:
///
Timeout cursor_timeout;
///
bool using_xterm_cursor;
///
class Position {
public:
/// Filename