diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-09 18:52:47 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-09 20:01:58 -0500 |
commit | bdc0cca890297a44c86395e27ee51cdfef5f3961 (patch) | |
tree | 006c1462ea9ae2f9125181eed5a4a0561f9fc96c /src | |
parent | 2035eb905aed8905e44781f3f64786fc84cd51c7 (diff) |
Comment out unused code
Diffstat (limited to 'src')
-rw-r--r-- | src/caps.c | 2 | ||||
-rw-r--r-- | src/caps.h | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -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 @@ -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 |