[gimp/soc-2010-cage] remove the unneeded anymore GimpCage data structure
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage] remove the unneeded anymore GimpCage data structure
- Date: Sat, 7 Aug 2010 13:45:09 +0000 (UTC)
commit 91a37906ef1cab293ac7e434bc13dafbf9be06fd
Author: Michael Muré <batolettre gmail com>
Date: Sat Aug 7 15:44:38 2010 +0200
remove the unneeded anymore GimpCage data structure
app/core/Makefile.am | 2 -
app/core/core-types.h | 1 -
app/core/gimpcage.c | 447 -------------------------------------------------
app/core/gimpcage.h | 103 -----------
app/core/makefile.msc | 1 -
5 files changed, 0 insertions(+), 554 deletions(-)
---
diff --git a/app/core/Makefile.am b/app/core/Makefile.am
index b07d92f..5cbeaad 100644
--- a/app/core/Makefile.am
+++ b/app/core/Makefile.am
@@ -72,8 +72,6 @@ libappcore_a_sources = \
gimpbrushpipe-load.h \
gimpbuffer.c \
gimpbuffer.h \
- gimpcage.c \
- gimpcage.h \
gimpchannel.c \
gimpchannel.h \
gimpchannel-combine.c \
diff --git a/app/core/core-types.h b/app/core/core-types.h
index 5b95018..ace5370 100644
--- a/app/core/core-types.h
+++ b/app/core/core-types.h
@@ -102,7 +102,6 @@ typedef struct _GimpBrush GimpBrush;
typedef struct _GimpBrushClipboard GimpBrushClipboard;
typedef struct _GimpBrushGenerated GimpBrushGenerated;
typedef struct _GimpBrushPipe GimpBrushPipe;
-typedef struct _GimpCage GimpCage;
typedef struct _GimpCurve GimpCurve;
typedef struct _GimpDynamics GimpDynamics;
typedef struct _GimpDynamicsOutput GimpDynamicsOutput;
diff --git a/app/core/makefile.msc b/app/core/makefile.msc
index 1d1f0c5..258c1ad 100644
--- a/app/core/makefile.msc
+++ b/app/core/makefile.msc
@@ -58,7 +58,6 @@ OBJECTS = \
gimpbrushpipe-load.obj \
gimpbrushpipe.obj \
gimpbuffer.obj \
- gimpcage.obj \
gimpchannel-combine.obj \
gimpchannel-select.obj \
gimpchannel.obj \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]