summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-11-09 18:52:47 -0500
committerBehdad Esfahbod <behdad@behdad.org>2009-11-09 20:01:58 -0500
commitbdc0cca890297a44c86395e27ee51cdfef5f3961 (patch)
tree006c1462ea9ae2f9125181eed5a4a0561f9fc96c
parent2035eb905aed8905e44781f3f64786fc84cd51c7 (diff)
Comment out unused code
-rw-r--r--src/caps.c2
-rw-r--r--src/caps.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/caps.c b/src/caps.c
index 0f2c95b..26998ce 100644
--- a/src/caps.c
+++ b/src/caps.c
@@ -558,6 +558,7 @@ struct _vte_capability_string _vte_xterm_capability_strings[] = {
{NULL, NULL, 0},
};
+#if 0
/**
* vte_capability_init:
*
@@ -589,3 +590,4 @@ _vte_capability_init(void)
}
}
}
+#endif
diff --git a/src/caps.h b/src/caps.h
index e74e35f..e8d1118 100644
--- a/src/caps.h
+++ b/src/caps.h
@@ -54,9 +54,6 @@ extern struct _vte_capability_quark _vte_terminal_capability_strings[];
/* The xterm-specific terminal control strings, terminated by NULLs. */
extern struct _vte_capability_string _vte_xterm_capability_strings[];
-/* Initialize the Quarks in the various tables. */
-void _vte_capability_init(void);
-
G_END_DECLS
#endif