[totem/wip/hadess/trim-plugin-decl: 7/16] im-status: Simplify plugin declaration




commit fb3ba51f44a25bd6bfe32414beb93bfc9b62271f
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 3 14:09:55 2021 +0100

    im-status: Simplify plugin declaration

 src/plugins/im-status/totem-im-status.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/plugins/im-status/totem-im-status.c b/src/plugins/im-status/totem-im-status.c
index f5f5dd359..8400b1bc1 100644
--- a/src/plugins/im-status/totem-im-status.c
+++ b/src/plugins/im-status/totem-im-status.c
@@ -41,10 +41,6 @@
 
 #define TOTEM_TYPE_IM_STATUS_PLUGIN            (totem_im_status_plugin_get_type ())
 #define TOTEM_IM_STATUS_PLUGIN(o)                      (G_TYPE_CHECK_INSTANCE_CAST ((o), 
TOTEM_TYPE_IM_STATUS_PLUGIN, TotemImStatusPlugin))
-#define TOTEM_IM_STATUS_PLUGIN_CLASS(k)                (G_TYPE_CHECK_CLASS_CAST((k), 
TOTEM_TYPE_IM_STATUS_PLUGIN, TotemImStatusPluginClass))
-#define TOTEM_IS_IM_STATUS_PLUGIN(o)           (G_TYPE_CHECK_INSTANCE_TYPE ((o), 
TOTEM_TYPE_IM_STATUS_PLUGIN))
-#define TOTEM_IS_IM_STATUS_PLUGIN_CLASS(k)             (G_TYPE_CHECK_CLASS_TYPE ((k), 
TOTEM_TYPE_IM_STATUS_PLUGIN))
-#define TOTEM_IM_STATUS_PLUGIN_GET_CLASS(o)    (G_TYPE_INSTANCE_GET_CLASS ((o), TOTEM_TYPE_IM_STATUS_PLUGIN, 
TotemImStatusPluginClass))
 
 typedef struct {
        guint           handler_id_fullscreen;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]