[gimp/goat-invasion: 233/234] app: forgot to remove the Threshold cruft typedef



commit 6b8a81b7dd48254952cfc0d4e1b3451ae543197d
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]