app: remove a junk signal signature from struct GimpGuiConfigClass
and some irrelevant formatting cleanup.
This commit is contained in:
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user