diff options
| author | Greg Ercolano <erco@seriss.com> | 2020-09-17 23:57:14 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2020-11-01 12:16:23 -0800 |
| commit | 890533a863718ba10925a807b90e621d7a8cf24a (patch) | |
| tree | 3e78cb33ba143e4f478ca977e8ecd656f5fd5854 /fluid/CodeEditor.h | |
| parent | cec029dbee435e7f608b9f6a4a3d8e98f2c5a398 (diff) | |
Code cleanup: moved keyword/type arrays to StyleParse
Needed to do this to prevent lower StyleParse class from #including upper CodeEditor.
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 617f61413..7b7955991 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -32,10 +32,6 @@ class CodeEditor : public Fl_Text_Editor { static Fl_Text_Display::Style_Table_Entry styletable[]; - static const char * const code_keywords[]; - static const char * const code_types[]; - static void* search_types(char *find); - static void* search_keywords(char *find); // 'style_parse()' - Parse text and produce style data. static void style_parse(const char *tbuff, char *sbuff, int len, char style); |
