summaryrefslogtreecommitdiff
path: root/src/vte/vteterminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vte/vteterminal.h')
-rw-r--r--src/vte/vteterminal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vte/vteterminal.h b/src/vte/vteterminal.h
index 8c493bc1..4dc04373 100644
--- a/src/vte/vteterminal.h
+++ b/src/vte/vteterminal.h
@@ -431,14 +431,6 @@ _VTE_PUBLIC
gboolean vte_terminal_search_find_next (VteTerminal *terminal) _VTE_GNUC_NONNULL(1);
-/* Set the character encoding. Most of the time you won't need this. */
-_VTE_PUBLIC
-gboolean vte_terminal_set_encoding(VteTerminal *terminal,
- const char *codeset,
- GError **error) _VTE_GNUC_NONNULL(1);
-_VTE_PUBLIC
-const char *vte_terminal_get_encoding(VteTerminal *terminal) _VTE_GNUC_NONNULL(1);
-
/* CJK compatibility setting */
_VTE_PUBLIC
void vte_terminal_set_cjk_ambiguous_width(VteTerminal *terminal,