[vte] parser: Remove leftovers from old parser



commit 1e29c00aaae00069aed92370a8eb1c46fe4455e7
Author: Christian Persch <chpe src gnome org>
Date:   Tue Mar 27 19:40:12 2018 +0200

    parser: Remove leftovers from old parser

 src/Makefile.am    |    1 -
 src/vteinternal.hh |    8 ----
 src/vteseq-list.hh |   96 ----------------------------------------------------
 3 files changed, 0 insertions(+), 105 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index e93f6a5..5e3dff4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -92,7 +92,6 @@ libvte_@VTE_API_MAJOR_VERSION@_@VTE_API_MINOR_VERSION@_la_SOURCES = \
        vtespawn.cc \
        vtespawn.hh \
        vteseq.cc \
-       vteseq-list.hh \
        vtestream.cc \
        vtestream.h \
        vtestream-base.h \
diff --git a/src/vteinternal.hh b/src/vteinternal.hh
index ea53321..8bfb77a 100644
--- a/src/vteinternal.hh
+++ b/src/vteinternal.hh
@@ -1225,14 +1225,6 @@ public:
                                    vte::parser::StringTokeniser::const_iterator const& endtoken) noexcept;
 
         /* Sequence handlers */
-
-        /* old style */
-#define SEQUENCE_HANDLER(name) \
-        inline void seq_ ## name (vte::parser::Sequence const& seq);
-#include "vteseq-list.hh"
-#undef SEQUENCE_HANDLER
-
-        /* new parser */
         bool m_line_wrapped; // signals line wrapped from character insertion
         // Note: inlining the handlers seems to worsen the performance, so we don't do that
 #define _VTE_CMD(cmd) \


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