[gimp] app: forgot to remove the Threshold cruft typedef
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: forgot to remove the Threshold cruft typedef
- Date: Wed, 2 May 2012 16:15:58 +0000 (UTC)
commit a4c83d13edaa52e74b8180e65a1d6de2c14a5022
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]