[totem/wip/hadess/trim-plugin-decl: 11/12] variable-rate: Simplify plugin declaration
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/trim-plugin-decl: 11/12] variable-rate: Simplify plugin declaration
- Date: Mon, 22 Nov 2021 09:44:49 +0000 (UTC)
commit 9ebc907c5adeecfc566b9a3884c188cfd3eb2781
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]