libgimpbase: remove obsolete members from struct GimpPixPipeParams

This commit is contained in:
Michael Natterer 2019-07-24 02:22:47 +02:00
parent fbee862c50
commit 997730a69d
1 changed files with 20 additions and 25 deletions

View File

@ -50,10 +50,8 @@ typedef struct _GimpPixPipeParams GimpPixPipeParams;
* @cellwidth: Cell width * @cellwidth: Cell width
* @cellheight: Cell height * @cellheight: Cell height
* @placement: Placement * @placement: Placement
* @free_placement_string: Unused, ignore
* @rank: Rank * @rank: Rank
* @selection: Selection * @selection: Selection
* @free_selection_string: Unused, ignore
* *
* PLease somebody help documenting this. * PLease somebody help documenting this.
**/ **/
@ -67,11 +65,8 @@ struct _GimpPixPipeParams
gint cellwidth; gint cellwidth;
gint cellheight; gint cellheight;
gchar *placement; gchar *placement;
gboolean free_placement_string;
gint rank[GIMP_PIXPIPE_MAXDIM]; gint rank[GIMP_PIXPIPE_MAXDIM];
gchar *selection[GIMP_PIXPIPE_MAXDIM]; gchar *selection[GIMP_PIXPIPE_MAXDIM];
/* this flag is now useless. All selection strings are allocated. */
gboolean free_selection_string;
}; };
/* Initialize with dummy values */ /* Initialize with dummy values */