app: remove unused field from GimpPolygonSelectToolPrivate

(cherry picked from commit eda421e852)
This commit is contained in:
Ell
2019-04-25 04:18:47 -04:00
parent 655af1dd44
commit fb1e552acd

View File

@ -101,9 +101,6 @@ struct _GimpToolPolygonPrivate
/* Is the polygon closed? */
gboolean polygon_closed;
/* The selection operation active when the tool was started */
GimpChannelOps operation_at_start;
/* Whether or not to constrain the angle for newly created polygonal
* segments.
*/