From 8cbb27876973df90c0fb9c451698c39409966c11 Mon Sep 17 00:00:00 2001
From: Matthias Melcher <fltk@matthiasm.com>
Date: Mon, 12 Apr 2010 15:21:35 +0000
Subject: [PATCH] Removed commented out fields.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7488 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
 fluid/ide_maketools.cxx | 25 -------------------------
 1 file changed, 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);
-- 
GitLab