[gimp/soc-2013-combined-selection-tool: 220/230] commented out selectbycontentool]
- From: Ajay Ramanathan <ajayr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2013-combined-selection-tool: 220/230] commented out selectbycontentool]
- Date: Sat, 21 Sep 2013 03:19:28 +0000 (UTC)
commit cdec50aba27158d894a28a090876906bb65c30f9
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date: Mon Sep 9 20:26:31 2013 +0530
commented out selectbycontentool]
app/tools/gimp-tools.c | 2 +-
app/tools/gimpselectbycontenttool.c | 3 ++-
app/tools/gimpselectbycontenttool.h | 4 ++++
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimp-tools.c b/app/tools/gimp-tools.c
index e578c4a..a3ec501 100644
--- a/app/tools/gimp-tools.c
+++ b/app/tools/gimp-tools.c
@@ -184,6 +184,7 @@ gimp_tools_init (Gimp *gimp)
gimp_foreground_select_tool_register,
#if 0
gimp_iscissors_tool_register,
+ gimp_select_by_content_tool_register,
#endif
gimp_by_color_select_tool_register,
gimp_fuzzy_select_tool_register,
@@ -191,7 +192,6 @@ gimp_tools_init (Gimp *gimp)
gimp_ellipse_select_tool_register,
gimp_rectangle_select_tool_register,
gimp_select_by_color_tool_register,
- gimp_select_by_content_tool_register,
gimp_select_by_shape_tool_register
};
diff --git a/app/tools/gimpselectbycontenttool.c b/app/tools/gimpselectbycontenttool.c
index cb2b5f2..823b5b1 100644
--- a/app/tools/gimpselectbycontenttool.c
+++ b/app/tools/gimpselectbycontenttool.c
@@ -42,7 +42,7 @@
/* Livewire boundary implementation done by Laramie Leavitt */
-
+#if 0
#include "config.h"
#include <stdlib.h>
@@ -3302,3 +3302,4 @@ gimp_select_by_content_tool_get_points (GimpSelectByContentTool *sbc,
*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 c249bf9..364c15e 100644
--- a/app/tools/gimpselectbycontenttool.h
+++ b/app/tools/gimpselectbycontenttool.h
@@ -15,6 +15,8 @@
* 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__
@@ -108,3 +110,5 @@ 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]