From a4c83d13edaa52e74b8180e65a1d6de2c14a5022 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 23 Mar 2012 10:43:56 +0100 Subject: [PATCH] app: forgot to remove the Threshold cruft typedef --- app/base/base-types.h | 1 - app/tools/gimpthresholdtool.h | 1 - 2 files changed, 2 deletions(-) diff --git a/app/base/base-types.h b/app/base/base-types.h index 5f3887f1f2..6208fcc0de 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 52e944a606..d6c284a1ee 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;