libgimp: some random minor cleanups

This commit is contained in:
Michael Natterer 2019-08-04 23:02:42 +02:00
parent 888c42fbb8
commit a74f4de81e
3 changed files with 2 additions and 4 deletions

View File

@ -270,7 +270,6 @@ gimp_main_internal (GType plug_in_type,
gchar *basename;
const gchar *env_string;
gchar *debug_string;
gint protocol_version;
#ifdef G_OS_WIN32
@ -461,6 +460,7 @@ gimp_main_internal (GType plug_in_type,
if (env_string)
{
gchar *debug_string;
const gchar *debug_messages;
debug_string = strchr (env_string, ',');

View File

@ -60,8 +60,6 @@ gimp_select_button_init (GimpSelectButton *select_button)
{
gtk_orientable_set_orientation (GTK_ORIENTABLE (select_button),
GTK_ORIENTATION_HORIZONTAL);
select_button->temp_callback = NULL;
}
static void

View File

@ -57,7 +57,7 @@ struct _GimpSelectButtonClass
gchar *default_title;
void (*select_destroy) (const gchar *callback);
void (* select_destroy) (const gchar *callback);
/* Padding for future expansion */
void (*_gimp_reserved1) (void);