summaryrefslogtreecommitdiff
path: root/fluid/Fl_Function_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-12-04 16:28:07 +0100
committerMatthias Melcher <github@matthiasm.com>2023-12-04 16:28:07 +0100
commit75c97edb1e7af1afe317af796a3c73c35e19df23 (patch)
treebce28bac5ceaf79dceabc2b41b4162847848a85f /fluid/Fl_Function_Type.h
parent1476d215f3db5063f26b87481910b7cbe1d4043f (diff)
#858: Fluid: removed duplicate and false code
Diffstat (limited to 'fluid/Fl_Function_Type.h')
-rw-r--r--fluid/Fl_Function_Type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fluid/Fl_Function_Type.h b/fluid/Fl_Function_Type.h
index 478606b43..06026af06 100644
--- a/fluid/Fl_Function_Type.h
+++ b/fluid/Fl_Function_Type.h
@@ -198,7 +198,6 @@ class Fl_Comment_Type : public Fl_Type
{
typedef Fl_Type super;
char in_c_, in_h_, style_;
- char title_buf[64];
public:
Fl_Comment_Type();
@@ -207,7 +206,6 @@ public:
void write_code2(Fd_Code_Writer& f) FL_OVERRIDE { }
void open() FL_OVERRIDE;
const char *type_name() FL_OVERRIDE {return "comment";}
- const char *title() FL_OVERRIDE; // string for browser
void write_properties(Fd_Project_Writer &f) FL_OVERRIDE;
void read_property(Fd_Project_Reader &f, const char *) FL_OVERRIDE;
int is_public() const FL_OVERRIDE { return 1; }