From 2082d7e1978952138155be7dce29f20004bd71a5 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 21 Sep 2013 16:41:23 +0000 Subject: Fixes STR# 2973: collection of Sun compiler fixes. Applied str_2973_r9979_sun-fix-warnings-7.patch (with small mods) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9980 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/CodeEditor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fluid/CodeEditor.h') 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); -- cgit v1.2.3