Use complete concatenated text instead of concatenating the texts itself.
[gedcom-parse.git] / gom / note.h
index 4f5f9cdc5f7ae00e4631cb48f437bb0f2b190b1a..ffbe3b61125661aab4e8e88da3d40d87be660579 100644 (file)
@@ -30,7 +30,6 @@
 void note_subscribe();
 void notes_cleanup();
 struct note* make_note_record(const char* xref);
-void note_add_to_note(NL_TYPE type, Gom_ctxt ctxt, const char* str);
 void note_add_citation(Gom_ctxt ctxt, struct source_citation* cit);
 void note_add_user_ref(Gom_ctxt ctxt, struct user_ref_number* ref);
 void note_set_record_id(Gom_ctxt ctxt, const char *rin);