]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-file-helpers.c
Remove unneeded GLIB_CHECK_VERSION macros
[evince.git] / libdocument / ev-file-helpers.c
index 09890d76200c538a45b92e3e20180b3edc8ac624..e0392f43089fa0ef866c27bc020559d91202b060 100644 (file)
@@ -397,9 +397,7 @@ ev_xfer_uri_simple (const char *from,
        target_file = g_file_new_for_uri (to);
        
        result = g_file_copy (source_file, target_file,
-#if GLIB_CHECK_VERSION(2,19,0)
                              G_FILE_COPY_TARGET_DEFAULT_PERMS |
-#endif
                              G_FILE_COPY_OVERWRITE,
                              NULL, NULL, NULL, error);