Remove err when checking for note in save file

Note is not required to be present in any save file. However,
get_by_xpath() sets err if it is not, which will never be checked for.
This commit is contained in:
Gergely Polonkai 2014-07-17 23:11:10 +02:00
parent 5671a751a9
commit e745312ffe

View File

@ -771,7 +771,7 @@ ag_chart_load_from_file(GFile *file, GError **err)
"/chartinfo/note/text()",
FALSE,
XML_CONVERT_STRING,
err
NULL
);
if (found_error) {