core: remove membufferpp

This the C++ version of membuffer. Since everything is C++, it can
just be made the default.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-05-05 06:47:28 +02:00 committed by bstoeger
parent db4b972897
commit ead58cd039
13 changed files with 40 additions and 53 deletions

View file

@ -482,7 +482,7 @@ void export_HTML(const char *file_name, const char *photos_dir, const bool selec
{
FILE *f;
struct membufferpp buf;
membuffer buf;
export_list(&buf, photos_dir, selected_only, list_only);
f = subsurface_fopen(file_name, "w+");
@ -498,7 +498,7 @@ void export_translation(const char *file_name)
{
FILE *f;
struct membufferpp buf;
membuffer buf;
//export translated words here
put_format(&buf, "translate={");