[vte/wip/egmont/bidi: 55/82] remove unused var



commit 4f5945abfa6744f2a8754ad7534daa444f4c298d
Author: Egmont Koblinger <egmont gmail com>
Date:   Sat Aug 25 15:25:37 2018 +0200

    remove unused var

 src/vte.cc | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 28555ac8..4126f768 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -9370,7 +9370,6 @@ Terminal::paint_cursor()
 
         /* Find the first cell of the character "under" the cursor.
          * This is for CJK.  For TAB, paint the cursor where it really is. */
-        VteRowData const *row_data = find_row_data(drow);
         bidicellmap const *bidimap = m_ringview.get_row_map(drow);
 
        auto cell = find_charcell(col, drow);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]