mirror of https://github.com/GNOME/gimp.git
libgimp: some random minor cleanups
This commit is contained in:
parent
888c42fbb8
commit
a74f4de81e
|
@ -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, ',');
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue