[vte/vte-next: 203/223] Remove unused local vars



commit 731db0f4019725ebd166dceccca26a01e14ccf26
Author: Christian Persch <chpe gnome org>
Date:   Sun Jun 19 15:55:30 2011 +0200

    Remove unused local vars

 src/vte.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 763ed6c..11dc823 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -10517,7 +10517,7 @@ vte_terminal_paint_im_preedit_string(VteTerminal *terminal)
         VteBuffer *buffer;
 	VteScreen *screen;
 	int row, drow, col, columns;
-	long width, height, ascent, descent, delta;
+	long width, height, delta;
 	int i, len;
 	guint fore, back;
 
@@ -10532,8 +10532,6 @@ vte_terminal_paint_im_preedit_string(VteTerminal *terminal)
 	/* Keep local copies of rendering information. */
 	width = terminal->pvt->char_width;
 	height = terminal->pvt->char_height;
-	ascent = terminal->pvt->char_ascent;
-	descent = terminal->pvt->char_descent;
 	delta = screen->scroll_delta;
 
 	drow = screen->cursor_current.row;



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