diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-29 13:28:43 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-29 13:28:43 +0000 |
| commit | 81fd6777b28786413ca990f4261f4c6a7813fd6e (patch) | |
| tree | 1367130fe61567aef94c50fda73450616293daa0 /fluid/Fl_Window_Type.cxx | |
| parent | af10e22140f34e25508a040820f8725df5e1c19d (diff) | |
Finished changes needed to support full widget classes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4201 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
| -rw-r--r-- | fluid/Fl_Window_Type.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx index ba1541bd3..5d05ecd5d 100644 --- a/fluid/Fl_Window_Type.cxx +++ b/fluid/Fl_Window_Type.cxx @@ -1384,8 +1384,6 @@ void Fl_Widget_Class_Type::write_code2() { if (((Fl_Window*)o)->resizable() == o) write_c("%sresizable(this);\n", indent()); write_c("}\n"); - - write_h("};\n"); } |
