Remove some unused function declarations

This commit is contained in:
ridiculousfish
2014-03-26 10:00:32 -07:00
parent d533c1b1c8
commit 7a7fb423b3
2 changed files with 0 additions and 7 deletions

View File

@@ -44,8 +44,6 @@
*/
#define VAR_COUNT ( sizeof(highlight_var)/sizeof(wchar_t *) )
static void highlight_universal_internal(const wcstring &buff, std::vector<highlight_spec_t> &color, size_t pos);
/** The environment variables used to specify the color of different tokens. This matches the order in highlight_spec_t */
static const wchar_t * const highlight_var[] =
{