[vte/wip/egmont/bidi: 35/76] remove unused var



commit 466ca208812d2f26dd9409ba2f54f7f4ce2942c2
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 17c51e6a..78d6ee98 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -9071,7 +9071,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]