aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-26 10:00:32 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-03-26 10:00:32 -0700
commit7a7fb423b306d3de62ef62ff4c8cbded2cdd0f10 (patch)
tree323305cd876797f26365965a1070fc307e86e84d /highlight.cpp
parentd533c1b1c8288b738e4fbab2a0d58964d4c66d81 (diff)
Remove some unused function declarations
Diffstat (limited to 'highlight.cpp')
-rw-r--r--highlight.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/highlight.cpp b/highlight.cpp
index 87985ae6..d6db4c46 100644
--- a/highlight.cpp
+++ b/highlight.cpp
@@ -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[] =
{