summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2018-06-16 20:51:58 +0200
committerChristian Persch <chpe@src.gnome.org>2018-06-16 20:51:58 +0200
commit263aa005a5864d74c9d14bce2ecc1c4e95a01646 (patch)
tree996d0d089906bcc343620a375e3c4b4a0b969902
parent7cd6819682dae4bcb167e26c40712d36644e5fba (diff)
downloadvte-263aa005a5864d74c9d14bce2ecc1c4e95a01646.tar.gz
lib: Remove unused defines
-rw-r--r--src/vtedefines.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vtedefines.hh b/src/vtedefines.hh
index a64dfc71..5ae4b32b 100644
--- a/src/vtedefines.hh
+++ b/src/vtedefines.hh
@@ -79,17 +79,9 @@
#define VTE_MOUSING_CURSOR GDK_LEFT_PTR
#define VTE_HYPERLINK_CURSOR GDK_HAND2
#define VTE_HYPERLINK_CURSOR_DEBUG GDK_SPIDER
-#define VTE_TAB_MAX 999
-#define VTE_ADJUSTMENT_PRIORITY G_PRIORITY_DEFAULT_IDLE
-#define VTE_INPUT_RETRY_PRIORITY G_PRIORITY_HIGH
-#define VTE_INPUT_PRIORITY G_PRIORITY_DEFAULT_IDLE
#define VTE_CHILD_INPUT_PRIORITY G_PRIORITY_DEFAULT_IDLE
#define VTE_CHILD_OUTPUT_PRIORITY G_PRIORITY_HIGH
-#define VTE_FX_PRIORITY G_PRIORITY_DEFAULT_IDLE
-#define VTE_REGCOMP_FLAGS REG_EXTENDED
-#define VTE_REGEXEC_FLAGS 0
#define VTE_MAX_INPUT_READ 0x1000
-#define VTE_INVALID_BYTE '?'
#define VTE_DISPLAY_TIMEOUT 10
#define VTE_UPDATE_TIMEOUT 15
#define VTE_UPDATE_REPEAT_TIMEOUT 30