app: forgot to remove the Threshold cruft typedef

This commit is contained in:
Michael Natterer 2012-03-23 10:43:56 +01:00
parent cde58408fa
commit a4c83d13ed
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -38,7 +38,6 @@ struct _GimpThresholdTool
GimpImageMapTool parent_instance;
GimpThresholdConfig *config;
Threshold *threshold;
/* dialog */
GimpHistogram *histogram;