[totem/wip/hadess/trim-plugin-decl: 5/12] properties: Simplify plugin declaration




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

    properties: Simplify plugin declaration

 src/plugins/properties/totem-movie-properties.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/plugins/properties/totem-movie-properties.c b/src/plugins/properties/totem-movie-properties.c
index a86537428..44ccf46b3 100644
--- a/src/plugins/properties/totem-movie-properties.c
+++ b/src/plugins/properties/totem-movie-properties.c
@@ -43,10 +43,6 @@
 
 #define TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN             (totem_movie_properties_plugin_get_type ())
 #define TOTEM_MOVIE_PROPERTIES_PLUGIN(o)               (G_TYPE_CHECK_INSTANCE_CAST ((o), 
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN, TotemMoviePropertiesPlugin))
-#define TOTEM_MOVIE_PROPERTIES_PLUGIN_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), 
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN, TotemMoviePropertiesPluginClass))
-#define TOTEM_IS_MOVIE_PROPERTIES_PLUGIN(o)            (G_TYPE_CHECK_INSTANCE_TYPE ((o), 
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN))
-#define TOTEM_IS_MOVIE_PROPERTIES_PLUGIN_CLASS(k)      (G_TYPE_CHECK_CLASS_TYPE ((k), 
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN))
-#define TOTEM_MOVIE_PROPERTIES_PLUGIN_GET_CLASS(o)     (G_TYPE_INSTANCE_GET_CLASS ((o), 
TOTEM_TYPE_MOVIE_PROPERTIES_PLUGIN, TotemMoviePropertiesPluginClass))
 
 typedef struct {
        GtkWidget     *props;


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