[gimp/metadata-browser] app: forgot to remove the Threshold cruft typedef



commit b3c4617167cda80af098fa34388df07bec13d6df
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]