]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-metadata.c
[shell] Remove unneeded #include
[evince.git] / shell / ev-metadata.c
index 4db4a0089e6c13267eb69dc0e7ee6fba7ed994fc..e69ecbdc6e906eb632ba47bd42d2714788597ff7 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <gio/gio.h>
@@ -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++) {