[gimp/soc-2013-combined-selection-tool: 224/230] removed selectbycontent from comment



commit 1175823bc8b8bfb70310a8a366545dd2b7a9748a
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date:   Sun Sep 15 09:14:34 2013 +0530

    removed selectbycontent from comment

 app/tools/gimpselectbycontenttool.c |    3 ---
 app/tools/gimpselectbycontenttool.h |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/app/tools/gimpselectbycontenttool.c b/app/tools/gimpselectbycontenttool.c
index 823b5b1..d0a2fef 100644
--- a/app/tools/gimpselectbycontenttool.c
+++ b/app/tools/gimpselectbycontenttool.c
@@ -42,7 +42,6 @@
 
 /* Livewire boundary implementation done by Laramie Leavitt */
 
-#if 0
 #include "config.h"
 
 #include <stdlib.h>
@@ -3301,5 +3300,3 @@ gimp_select_by_content_tool_get_points (GimpSelectByContentTool  *sbc,
   *points   = priv->points;
   *n_points = priv->n_points;
 }
-
-#endif
\ No newline at end of file
diff --git a/app/tools/gimpselectbycontenttool.h b/app/tools/gimpselectbycontenttool.h
index 364c15e..3187881 100644
--- a/app/tools/gimpselectbycontenttool.h
+++ b/app/tools/gimpselectbycontenttool.h
@@ -15,7 +15,6 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#if 0
 
 #ifndef __GIMP_SELECT_BY_CONTENT_TOOL_H__
 #define __GIMP_SELECT_BY_CONTENT_TOOL_H__
@@ -110,5 +109,3 @@ void    gimp_select_by_content_tool_get_points (GimpSelectByContentTool       *f
 
 
 #endif  /*  __GIMP_SELECT_BY_CONTENT_TOOL_H__  */
-
-#endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]