From f4b93b75a2ada3d68da8c6167f160f3963d9a4d3 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 13 Jan 2019 17:56:59 +0100 Subject: [PATCH] app: remove a junk signal signature from struct GimpGuiConfigClass and some irrelevant formatting cleanup. --- app/config/gimpgeglconfig.h | 2 +- app/config/gimpguiconfig.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/config/gimpgeglconfig.h b/app/config/gimpgeglconfig.h index 1f92d0b0e8..88ade82cea 100644 --- a/app/config/gimpgeglconfig.h +++ b/app/config/gimpgeglconfig.h @@ -44,7 +44,7 @@ struct _GimpGeglConfig struct _GimpGeglConfigClass { - GObjectClass parent_class; + GObjectClass parent_class; }; diff --git a/app/config/gimpguiconfig.h b/app/config/gimpguiconfig.h index 85036d12d7..5f3e46c044 100644 --- a/app/config/gimpguiconfig.h +++ b/app/config/gimpguiconfig.h @@ -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__ */