From 890533a863718ba10925a807b90e621d7a8cf24a Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 17 Sep 2020 23:57:14 -0700 Subject: Code cleanup: moved keyword/type arrays to StyleParse Needed to do this to prevent lower StyleParse class from #including upper CodeEditor. --- fluid/CodeEditor.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fluid/CodeEditor.h') 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); -- cgit v1.2.3