mirror of https://github.com/GNOME/gimp.git
app: remove a junk signal signature from struct GimpGuiConfigClass
and some irrelevant formatting cleanup.
This commit is contained in:
parent
036ccc70cf
commit
f4b93b75a2
|
@ -44,7 +44,7 @@ struct _GimpGeglConfig
|
|||
|
||||
struct _GimpGeglConfigClass
|
||||
{
|
||||
GObjectClass parent_class;
|
||||
GObjectClass parent_class;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -93,11 +93,10 @@ struct _GimpGuiConfig
|
|||
struct _GimpGuiConfigClass
|
||||
{
|
||||
GimpDisplayConfigClass parent_class;
|
||||
|
||||
void (* size_changed) (GimpGuiConfig *config);
|
||||
};
|
||||
|
||||
|
||||
GType gimp_gui_config_get_type (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
#endif /* GIMP_GUI_CONFIG_H__ */
|
||||
|
|
Loading…
Reference in New Issue