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



commit b5ebbc7eb432c6ccfa3e7d2982b075054ed1a619
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 891fd390..77db83cf 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -9134,7 +9134,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]