[vte/wip/egmont/bidi: 36/73] remove unused var



commit d7d96eecd7a3aeb1cf348e90d7106644a3bb7b69
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 1968349e..8051b9f8 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -9084,7 +9084,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]