summaryrefslogtreecommitdiff
path: root/fluid/CodeEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/CodeEditor.h')
-rw-r--r--fluid/CodeEditor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h
index ce7120ef1..946c5d707 100644
--- a/fluid/CodeEditor.h
+++ b/fluid/CodeEditor.h
@@ -38,9 +38,6 @@ class CodeEditor : public Fl_Text_Editor {
static const char * const code_types[];
- // 'compare_keywords()' - Compare two keywords...
- static int compare_keywords(const void *a, const void *b);
-
// 'style_parse()' - Parse text and produce style data.
static void style_parse(const char *text, char *style, int length);