[vte/wip/egmont/bidi: 33/104] remove unused var



commit 7a8fcf5c7b6da67c771e61051d0772b3d1f7e850
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 09c427a8..7798d89a 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -9200,7 +9200,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]