[gimp/soc-2013-combined-selection-tool: 227/230] commented selectbycontenttool



commit e429dba7ab524186bef71fdae98d76e1dbe3110a
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date:   Sun Sep 15 09:54:05 2013 +0530

    commented selectbycontenttool

 app/tools/gimpselectbycontenttool.c |    3 +++
 app/tools/gimpselectbycontenttool.h |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpselectbycontenttool.c b/app/tools/gimpselectbycontenttool.c
index 07bbc0c..70c3d01 100644
--- a/app/tools/gimpselectbycontenttool.c
+++ b/app/tools/gimpselectbycontenttool.c
@@ -41,6 +41,7 @@
  */
 
 /* Livewire boundary implementation done by Laramie Leavitt */
+#if 0
 
 #include "config.h"
 
@@ -3270,3 +3271,5 @@ 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 3187881..614d015 100644
--- a/app/tools/gimpselectbycontenttool.h
+++ b/app/tools/gimpselectbycontenttool.h
@@ -15,6 +15,7 @@
  * 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__
@@ -109,3 +110,5 @@ void    gimp_select_by_content_tool_get_points (GimpSelectByContentTool       *f
 
 
 #endif  /*  __GIMP_SELECT_BY_CONTENT_TOOL_H__  */
+
+#endif
\ No newline at end of file


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