app: remove useless "return" in GimpSpinScale

This commit is contained in:
Michael Natterer 2018-05-30 00:35:18 +02:00
parent e75bdf3acf
commit b11aac154b
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ gimp_spin_scale_get_preferred_height (GtkWidget *widget,
/* Just increase this a bit to make the clickable area larger */
*minimum_height *= 1.2;
*natural_height *= 1.2;
return;
}
static void