summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-07 18:18:10 +0100
committerZenWalker <[email protected]>2019-04-08 18:00:18 +0200
commit33b50db83103e5260695706668e50798762adf90 (patch)
treebddda047e2f1cb1d73ef333a58304192838cabaa /src/ui
parent261bb620f525a75c076d1f2c25bead13f8e66687 (diff)
downloadmarco-33b50db83103e5260695706668e50798762adf90.tar.bz2
marco-33b50db83103e5260695706668e50798762adf90.tar.xz
Remove GDestroyNotify function cast for g_object_unref
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 33a502b8..ec922b74 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -5179,7 +5179,7 @@ meta_theme_new (void)
g_hash_table_new_full (g_str_hash,
g_str_equal,
g_free,
- (GDestroyNotify) g_object_unref);
+ g_object_unref);
theme->layouts_by_name =
g_hash_table_new_full (g_str_hash,