summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-04-07 13:40:37 +0200
committerBastien Nocera <hadess@hadess.net>2022-04-07 13:46:45 +0200
commit014fb5e90f4cbdc5d5b6813d7618c8d0a3b5055e (patch)
tree51fd94ffb8a2a6d59cdea31324608e3723db011d /src/totem-private.h
parent9e3ba4952e0827846082d61378ff615bebb94906 (diff)
downloadtotem-014fb5e90f4cbdc5d5b6813d7618c8d0a3b5055e.tar.gz
main: Make macro totem_object_set_sensitivity2() private
Took the opportunity to rename it to something clearer.
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index 0d7085393..be7808386 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -36,13 +36,6 @@
#include "totem-open-location.h"
#include "totem-plugins-engine.h"
-#define totem_object_set_sensitivity2(name, state) \
- { \
- GAction *__action; \
- __action = g_action_map_lookup_action (G_ACTION_MAP (totem), name); \
- g_simple_action_set_enabled (G_SIMPLE_ACTION (__action), state); \
- }
-
typedef enum {
TOTEM_CONTROLS_UNDEFINED,
TOTEM_CONTROLS_VISIBLE,