diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-04-12 15:21:35 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-04-12 15:21:35 +0000 |
| commit | 8cbb27876973df90c0fb9c451698c39409966c11 (patch) | |
| tree | 98ff988273278c16c2d8a13a478525dd07b3baed | |
| parent | 9100fc0b51969cbb2ae83d1d355bf584dd00d406 (diff) | |
Removed commented out fields.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7488 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | fluid/ide_maketools.cxx | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/fluid/ide_maketools.cxx b/fluid/ide_maketools.cxx index e8d796bda..a01d070c7 100644 --- a/fluid/ide_maketools.cxx +++ b/fluid/ide_maketools.cxx @@ -272,31 +272,6 @@ public: if (i<n-1) fputs(" \\", f); fputs("\n", f); } -/* - fputs("\tCodeEditor.cxx \\\n", f); - fputs("\tFl_Function_Type.cxx \\\n", f); - fputs("\tFl_Group_Type.cxx \\\n", f); - fputs("\tFl_Menu_Type.cxx \\\n", f); - fputs("\tFl_Type.cxx \\\n", f); - fputs("\tFl_Widget_Type.cxx \\\n", f); - fputs("\tFl_Window_Type.cxx \\\n", f); - fputs("\tFluid_Image.cxx \\\n", f); - fputs("\tabout_panel.cxx \\\n", f); - fputs("\talign_widget.cxx \\\n", f); - fputs("\talignment_panel.cxx \\\n", f); - fputs("\tcode.cxx \\\n", f); - fputs("\tfactory.cxx \\\n", f); - fputs("\tfile.cxx \\\n", f); - fputs("\tfluid.cxx \\\n", f); - fputs("\tfunction_panel.cxx \\\n", f); - fputs("\tide_maketools.cxx \\\n", f); - fputs("\tide_support.cxx \\\n", f); - fputs("\tide_visualc.cxx \\\n", f); - fputs("\tide_xcode.cxx \\\n", f); - fputs("\ttemplate_panel.cxx \\\n", f); - fputs("\tundo.cxx \\\n", f); - fputs("\twidget_panel.cxx\n", f); -*/ fputs("\n", f); fputs("################################################################\n", f); fputs("\n", f); |
