mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* 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:
parent
34eb5e241e
commit
7dc5b51079
@ -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;
|
||||
|
@ -187,8 +187,6 @@ private:
|
||||
///
|
||||
Timeout cursor_timeout;
|
||||
///
|
||||
bool using_xterm_cursor;
|
||||
///
|
||||
class Position {
|
||||
public:
|
||||
/// Filename
|
||||
|
Loading…
Reference in New Issue
Block a user