[gimp/goat-invasion: 232/412] app: forgot to remove the Threshold cruft typedef
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 232/412] app: forgot to remove the Threshold cruft typedef
- Date: Tue, 3 Apr 2012 09:52:36 +0000 (UTC)
commit d8cefa28dd016517bfa6e77f73b5cabd5dda48f3
Author: Michael Natterer <mitch gimp org>
Date: Fri Mar 23 10:43:56 2012 +0100
app: forgot to remove the Threshold cruft typedef
app/base/base-types.h | 1 -
app/tools/gimpthresholdtool.h | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/base/base-types.h b/app/base/base-types.h
index 5f3887f..6208fcc 100644
--- a/app/base/base-types.h
+++ b/app/base/base-types.h
@@ -52,7 +52,6 @@ typedef struct _GimpLut GimpLut;
typedef struct _ColorBalance ColorBalance;
typedef struct _HueSaturation HueSaturation;
-typedef struct _Threshold Threshold;
typedef struct _PixelRegionIterator PixelRegionIterator;
typedef struct _PixelRegion PixelRegion;
diff --git a/app/tools/gimpthresholdtool.h b/app/tools/gimpthresholdtool.h
index 52e944a..d6c284a 100644
--- a/app/tools/gimpthresholdtool.h
+++ b/app/tools/gimpthresholdtool.h
@@ -38,7 +38,6 @@ struct _GimpThresholdTool
GimpImageMapTool parent_instance;
GimpThresholdConfig *config;
- Threshold *threshold;
/* dialog */
GimpHistogram *histogram;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]