]> git.lyx.org Git - lyx.git/commitdiff
* BufferView::Pimpl:
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 8 Jul 2006 21:22:18 +0000 (21:22 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 8 Jul 2006 21:22:18 +0000 (21:22 +0000)
    - remove unused variable using_xterm_cursor

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14385 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView_pimpl.C
src/BufferView_pimpl.h

index c1643596948068475fed639d6edb55bb96b21ae7..f21bed37fc3e51df6cc6239980c6246ea5cc1965 100644 (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;
index 6edea86b5a01f947245117d7a4f8419c14cebe96..27c4655a5d6d5429ba20c7450a29dd9a2991ec3f 100644 (file)
@@ -187,8 +187,6 @@ private:
        ///
        Timeout cursor_timeout;
        ///
-       bool using_xterm_cursor;
-       ///
        class Position {
        public:
                /// Filename