Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-03 12:56:06 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-03 12:56:06 (GMT)
commit5e37f3096370b699ad7a9ebb58eacf96e52761e2 (patch)
tree35bebeb571495a88d81a3b6f1ea514fc829eb2b3 /shell
parent6fbe8c7d3aa54b7baf0db9373f53d94ddefab457 (diff)
Remove unneeded GLIB_CHECK_VERSION macros
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-metadata.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ev-metadata.c b/shell/ev-metadata.c
index 4deb084..e69ecbd 100644
--- a/shell/ev-metadata.c
+++ b/shell/ev-metadata.c
@@ -89,13 +89,11 @@ ev_metadata_load (EvMetadata *metadata)
return;
}
-#if GLIB_CHECK_VERSION(2,22,0)
if (!g_file_info_has_namespace (info, "metadata")) {
g_object_unref (info);
return;
}
-#endif
attrs = g_file_info_list_attributes (info, "metadata");
for (i = 0; attrs[i]; i++) {