diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-09-21 16:41:23 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-09-21 16:41:23 +0000 |
| commit | 2082d7e1978952138155be7dce29f20004bd71a5 (patch) | |
| tree | 0c64cec27ca635de750158a18715cf39d482bfa7 /fluid/CodeEditor.h | |
| parent | 2fc6c3a39b6be6f8a6b9a9dd1d030b46d7ea71bf (diff) | |
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
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 3 |
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); |
