Remove UNUSED macro
[geeqie.git] / src / misc.cc
index f53474f..baae564 100644 (file)
@@ -387,7 +387,7 @@ gint get_cpu_cores()
 /* Copied from the libarchive .repo. examples */
 
 #ifndef HAVE_ARCHIVE
-gchar *open_archive(FileData *UNUSED(fd))
+gchar *open_archive(FileData *)
 {
        log_printf("%s", _("Warning: libarchive not installed"));
        return NULL;