From 75c97edb1e7af1afe317af796a3c73c35e19df23 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 4 Dec 2023 16:28:07 +0100 Subject: #858: Fluid: removed duplicate and false code --- fluid/Fl_Function_Type.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fluid/Fl_Function_Type.h') 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; } -- cgit v1.2.3