app: forgot to remove the Threshold cruft typedef
This commit is contained in:
parent
cde58408fa
commit
a4c83d13ed
@ -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;
|
||||
|
@ -38,7 +38,6 @@ struct _GimpThresholdTool
|
||||
GimpImageMapTool parent_instance;
|
||||
|
||||
GimpThresholdConfig *config;
|
||||
Threshold *threshold;
|
||||
|
||||
/* dialog */
|
||||
GimpHistogram *histogram;
|
||||
|
Loading…
Reference in New Issue
Block a user