[totem/wip/hadess/trim-plugin-decl: 10/10] variable-rate: Simplify plugin declaration




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

    variable-rate: Simplify plugin declaration

 src/plugins/variable-rate/totem-variable-rate-plugin.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/plugins/variable-rate/totem-variable-rate-plugin.c 
b/src/plugins/variable-rate/totem-variable-rate-plugin.c
index c59a31078..99208cc25 100644
--- a/src/plugins/variable-rate/totem-variable-rate-plugin.c
+++ b/src/plugins/variable-rate/totem-variable-rate-plugin.c
@@ -40,10 +40,6 @@
 
 #define TOTEM_TYPE_VARIABLE_RATE_PLUGIN                (totem_variable_rate_plugin_get_type ())
 #define TOTEM_VARIABLE_RATE_PLUGIN(o)                  (G_TYPE_CHECK_INSTANCE_CAST ((o), 
TOTEM_TYPE_VARIABLE_RATE_PLUGIN, TotemVariableRatePlugin))
-#define TOTEM_VARIABLE_RATE_PLUGIN_CLASS(k)            (G_TYPE_CHECK_CLASS_CAST((k), 
TOTEM_TYPE_VARIABLE_RATE_PLUGIN, TotemVariableRatePluginClass))
-#define TOTEM_IS_VARIABLE_RATE_PLUGIN(o)               (G_TYPE_CHECK_INSTANCE_TYPE ((o), 
TOTEM_TYPE_VARIABLE_RATE_PLUGIN))
-#define TOTEM_IS_VARIABLE_RATE_PLUGIN_CLASS(k)         (G_TYPE_CHECK_CLASS_TYPE ((k), 
TOTEM_TYPE_VARIABLE_RATE_PLUGIN))
-#define TOTEM_VARIABLE_RATE_PLUGIN_GET_CLASS(o)        (G_TYPE_INSTANCE_GET_CLASS ((o), 
TOTEM_TYPE_VARIABLE_RATE_PLUGIN, TotemVariableRatePluginClass))
 
 typedef struct {
        TotemObject       *totem;


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