[vte] Remove unused code



commit c255e5bf3d88cc0485a25c2cbaa2dd55b72f4555
Author: Behdad Esfahbod <behdad behdad org>
Date:   Wed May 21 20:14:04 2014 -0400

    Remove unused code

 src/vte-private.h |    2 +-
 src/vteseq.c      |    6 ------
 2 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/src/vte-private.h b/src/vte-private.h
index cc19614..e3b1574 100644
--- a/src/vte-private.h
+++ b/src/vte-private.h
@@ -453,7 +453,7 @@ void _vte_terminal_handle_sequence(VteTerminal *terminal,
                                   const char *match_s,
                                   GQuark match,
                                   GValueArray *params);
-gboolean _vte_terminal_can_handle_sequence(const char *name);
+
 gboolean _vte_terminal_xy_to_grid(VteTerminal *terminal,
                                   long x,
                                   long y,
diff --git a/src/vteseq.c b/src/vteseq.c
index 144a7a4..ea5019d 100644
--- a/src/vteseq.c
+++ b/src/vteseq.c
@@ -3130,9 +3130,3 @@ _vte_terminal_handle_sequence(VteTerminal *terminal,
                                  match_s);
        }
 }
-
-gboolean
- _vte_terminal_can_handle_sequence(const char *name)
-{
-        return _vte_sequence_get_handler(name) != NULL;
-}


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