summaryrefslogtreecommitdiffstats
path: root/core/save-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/save-xml.c')
-rw-r--r--core/save-xml.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/save-xml.c b/core/save-xml.c
index 7198421e1..10638e289 100644
--- a/core/save-xml.c
+++ b/core/save-xml.c
@@ -439,10 +439,6 @@ static void save_picture(struct membuffer *b, struct picture *pic)
put_degrees(b, pic->latitude, " gps='", " ");
put_degrees(b, pic->longitude, "", "'");
}
- char *hash = hashstring(pic->filename);
- if (!empty_string(hash))
- put_format(b, " hash='%s'", hash);
- free(hash);
put_string(b, "/>\n");
}