summaryrefslogtreecommitdiff
path: root/src/plugins/properties
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-11-03 14:09:55 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-11 12:59:39 +0100
commitccd9dbbb6b7fbb8dd703b7e2c494801aae0a21fb (patch)
treed45504dc2903dabe7fb2619deee3c14243a10f3b /src/plugins/properties
parentec2329f68627d6bac40e629f0e018bb07994e1ab (diff)
downloadtotem-ccd9dbbb6b7fbb8dd703b7e2c494801aae0a21fb.tar.gz
properties: Simplify plugin declaration
Diffstat (limited to 'src/plugins/properties')
-rw-r--r--src/plugins/properties/totem-movie-properties.c4
1 files changed, 0 insertions, 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;