[vte] terminal: Remove double-initialisation
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] terminal: Remove double-initialisation
- Date: Mon, 18 Nov 2019 21:43:50 +0000 (UTC)
commit 1b3a87e552a2f44b4b389a40ce1d2948a138cd64
Author: Christian Persch <chpe src gnome org>
Date: Mon Nov 18 22:42:22 2019 +0100
terminal: Remove double-initialisation
src/vte.cc | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index 86eae869..016245c7 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -7809,8 +7809,6 @@ Terminal::Terminal(vte::platform::Widget* w,
m_real_widget(w),
m_terminal(t),
m_widget(&t->widget),
- m_row_count(VTE_ROWS),
- m_column_count(VTE_COLUMNS),
m_normal_screen(VTE_SCROLLBACK_INIT, true),
m_alternate_screen(VTE_ROWS, false),
m_screen(&m_normal_screen)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]